File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.2.13 "
1
+ __version__ = "0.2.14 "
Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ def test_chat_tools_stream() -> None:
254
254
},
255
255
},
256
256
]
257
- print (f"{ config_list = } " )
258
257
client = OpenAIWrapper (config_list = config_list )
259
258
response = client .create (
260
259
# the intention is to trigger two tool invocations as a response to a single message
@@ -294,7 +293,8 @@ def test_completion_stream() -> None:
294
293
295
294
296
295
if __name__ == "__main__" :
297
- test_aoai_chat_completion_stream ()
298
- test_chat_completion_stream ()
299
- test_chat_functions_stream ()
300
- test_completion_stream ()
296
+ # test_aoai_chat_completion_stream()
297
+ # test_chat_completion_stream()
298
+ # test_chat_functions_stream()
299
+ # test_completion_stream()
300
+ test_chat_tools_stream ()
You can’t perform that action at this time.
0 commit comments