depricated model GPT3Ada changed to GPT3Babbage002 (#843)
* depricated model GPT3Ada changed to GPT3Babbage002 * Delete test.mp3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user