Skip to content

Commit

Permalink
fix: v1.1 -> v 1
Browse files Browse the repository at this point in the history
GPT 엔드포인트라 우리 엔드포인트가 아닌데 잘못 생각함
  • Loading branch information
snacktime81 committed Aug 16, 2024
1 parent 46ec624 commit 9207e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
url = "https://api.openai.com/")
public interface GPTClient {

@PostMapping("v1.1/chat/completions")
@PostMapping("v1/chat/completions")
GPTResponse extractKeyWords(GPTRequest gptRequest);
}

0 comments on commit 9207e0f

Please sign in to comment.