From 869113527d150f803398dbf63e0486c8f729bec7 Mon Sep 17 00:00:00 2001 From: Eduard Diachenko Date: Tue, 19 Nov 2024 03:21:41 +0200 Subject: [PATCH] Update test name Signed-off-by: Eduard Diachenko --- chat_stream_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)