diff --git a/chat_stream_test.go b/chat_stream_test.go index 06217860..97ecfbec 100644 --- a/chat_stream_test.go +++ b/chat_stream_test.go @@ -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)