mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(router.py): fix setting httpx mounts
This commit is contained in:
parent
7fe4b3d8f4
commit
d67cdee850
4 changed files with 93 additions and 26 deletions
|
@ -879,7 +879,7 @@ def completion(
|
|||
if (
|
||||
supports_system_message is not None
|
||||
and isinstance(supports_system_message, bool)
|
||||
and supports_system_message == False
|
||||
and supports_system_message is False
|
||||
):
|
||||
messages = map_system_message_pt(messages=messages)
|
||||
model_api_key = get_api_key(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue