Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Diachenko <handsomefox.hf@gmail.com>
  • Loading branch information
handsomefox committed Nov 19, 2024
1 parent 851ea2a commit 8691135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestChatCompletionsStreamWrongModel(t *testing.T) {
}
}

func TestChatCompletionsStreamWithO1BetaLimitations(t *testing.T) {
func TestChatCompletionsStreamWithoutO1BetaStreamingLimitations(t *testing.T) {
config := openai.DefaultConfig("whatever")
config.BaseURL = "http://localhost/v1/chat/completions"
client := openai.NewClientWithConfig(config)
Expand Down

0 comments on commit 8691135

Please sign in to comment.