mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Clarifai : Fixed model name
This commit is contained in:
parent
7e0cd39de7
commit
e66aa1487d
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ def process_response(
|
|||
|
||||
def convert_model_to_url(model: str, api_base: str):
|
||||
user_id, app_id, model_id = model.split(".")
|
||||
model_id = model_id.lower()
|
||||
return f"{api_base}/users/{user_id}/apps/{app_id}/models/{model_id}/outputs"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue