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

@@ -169,7 +169,7 @@ func TestCreateCompletionStreamRateLimitError(t *testing.T) {
var apiErr *openai.APIError
_, err := client.CreateCompletionStream(context.Background(), openai.CompletionRequest{
MaxTokens: 5,
Model: openai.GPT3Ada,
Model: openai.GPT3Babbage002,
Prompt: "Hello!",
Stream: true,
})