Skip to content

Commit

Permalink
remove model override debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretiveShell committed Jan 13, 2025
1 parent 84f0ae1 commit fdc0491
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mcp_bridge/openai_clients/streamChatCompletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ async def chat_completions(request: CreateChatCompletionRequest):
# exclude_defaults=True, exclude_none=True, exclude_unset=True
# )

request.model = "gpt-4o-mini"

json_data = json.dumps(request.model_dump(
exclude_defaults=True, exclude_none=True, exclude_unset=True
))
Expand Down

0 comments on commit fdc0491

Please sign in to comment.