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

@@ -141,7 +141,7 @@ func main() {
ctx := context.Background()
req := openai.CompletionRequest{
Model: openai.GPT3Ada,
Model: openai.GPT3Babbage002,
MaxTokens: 5,
Prompt: "Lorem ipsum",
}
@@ -174,7 +174,7 @@ func main() {
ctx := context.Background()
req := openai.CompletionRequest{
Model: openai.GPT3Ada,
Model: openai.GPT3Babbage002,
MaxTokens: 5,
Prompt: "Lorem ipsum",
Stream: true,