fix(utils.py): azure tool calling streaming

This commit is contained in:
Krrish Dholakia 2023-11-27 19:07:38 -08:00
parent 4cdd930fa2
commit e8331a4647
4 changed files with 55 additions and 12 deletions

View file

@ -95,7 +95,7 @@ def test_stream_chunk_builder_litellm_tool_call():
try:
litellm.set_verbose = False
response = litellm.completion(
model="gpt-3.5-turbo",
model="azure/chatgpt-functioncalling",
messages=messages,
tools=tools_schema,
stream=True,