mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(main.py): trigger new build
This commit is contained in:
parent
0fda263c1a
commit
88f3d48574
3 changed files with 9 additions and 7 deletions
|
@ -1684,7 +1684,6 @@ def completion( # type: ignore # noqa: PLR0915
|
|||
or get_secret("CLARIFAI_API_BASE")
|
||||
or "https://api.clarifai.com/v2"
|
||||
)
|
||||
|
||||
custom_prompt_dict = custom_prompt_dict or litellm.custom_prompt_dict
|
||||
model_response = clarifai.completion(
|
||||
model=model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue