mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(utils.py): azure tool calling streaming
This commit is contained in:
parent
4cdd930fa2
commit
e8331a4647
4 changed files with 55 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue