Skip to content

Commit

Permalink
Merge pull request #306 from twenty-three-23/feature/TT-361-topic-key…
Browse files Browse the repository at this point in the history
…words

v1.1 -> v 1
  • Loading branch information
snacktime81 authored Aug 16, 2024
2 parents 38e0794 + 9207e0f commit a905efc
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 a905efc

Please sign in to comment.