depricated model GPT3Ada changed to GPT3Babbage002 (#843)

* depricated model GPT3Ada changed to GPT3Babbage002

* Delete test.mp3
This commit is contained in:
Arun Das
2024-09-04 17:19:57 +05:30
committed by GitHub
parent c37cf9ab5b
commit 643da8d650
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ func main() {
resp, err := client.CreateCompletion(
context.Background(),
openai.CompletionRequest{
Model: openai.GPT3Ada,
Model: openai.GPT3Babbage002,
MaxTokens: 5,
Prompt: "Lorem ipsum",
},