Skip to content

Commit

Permalink
fix: 챗지피티 프롬프트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl committed Jul 27, 2024
1 parent 82d16de commit 509a8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mychat/controller/GPTController.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class GPTController {

@GetMapping("/chat")
public String chat(){
String prompt = "릴레이로 소설 작성할건데 소설의 첫 줄 써줄래? 20자 이내로";
String prompt = "릴레이로 소설 작성할건데 소설의 첫 줄 써줄래? 공백포함 전체 11글자 이하로. 길이 제한 꼭 지켜.";

GPTRequest request = new GPTRequest(
model,prompt,1,256,1,2,2);
Expand Down

0 comments on commit 509a8e2

Please sign in to comment.