mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
feat(factory.py): add support for anthropic system prompts for claude 2.1
This commit is contained in:
parent
f6bdbaee5d
commit
41483d2660
5 changed files with 37 additions and 6 deletions
|
@ -114,7 +114,7 @@ def completion(
|
|||
logging_obj.pre_call(
|
||||
input=prompt,
|
||||
api_key=api_key,
|
||||
additional_args={"complete_input_dict": data},
|
||||
additional_args={"complete_input_dict": data, "api_base": api_base},
|
||||
)
|
||||
|
||||
## COMPLETION CALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue