Skip to content

Commit

Permalink
Merge pull request #20 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update streamChatCompletion.py
  • Loading branch information
SecretiveShell authored Dec 29, 2024
2 parents a10e1f8 + 3e63a9c commit a9711e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcp_bridge/openai_clients/streamChatCompletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def chat_completions(request: CreateChatCompletionRequest):
f"{tool_call_name=} {tool_call_json=}"
) # this should not be error but its easier to debug

# add recieved message to the history
# add received message to the history
msg = ChatCompletionRequestMessage(
role="assistant",
content=response_content,
Expand Down

0 comments on commit a9711e9

Please sign in to comment.