fix: litellm pipelines

This commit is contained in:
Timothy J. Baek 2024-06-02 17:00:44 -07:00
parent 0f516bd95e
commit b882dd79ff
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ class Pipeline:
print(f"Error: {e}")
return [
{
"id": self.id,
"id": "error",
"name": "Could not fetch models from LiteLLM, please update the URL in the valves.",
},
]

View File

@ -173,7 +173,7 @@ class Pipeline:
print(f"Error: {e}")
return [
{
"id": self.id,
"id": "error",
"name": "Could not fetch models from LiteLLM, please update the URL in the valves.",
},
]