Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Sep 14, 2024
1 parent 38421e3 commit 981a14d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agents-api/agents_api/clients/litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ async def acompletion(
supported_params = get_supported_openai_params(model)
settings = {k: v for k, v in kwargs.items() if k in supported_params}

print("+++>", settings)

return await _acompletion(
model=model,
messages=messages,
Expand Down

0 comments on commit 981a14d

Please sign in to comment.