Skip to content

Commit

Permalink
fix: litellm pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 3, 2024
1 parent 0f516bd commit b882dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pipelines/providers/litellm_manifold_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_litellm_models(self):
print(f"Error: {e}")
return [
{
"id": self.id,
"id": "error",
"name": "Could not fetch models from LiteLLM, please update the URL in the valves.",
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_litellm_models(self):
print(f"Error: {e}")
return [
{
"id": self.id,
"id": "error",
"name": "Could not fetch models from LiteLLM, please update the URL in the valves.",
},
]
Expand Down

0 comments on commit b882dd7

Please sign in to comment.