Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Jan 21, 2025
1 parent 2c0b41d commit ed71f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/llm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _strip_colon_from_model_name(model_name: str) -> str:


def _find_model_obj(model_map: dict, provider: str, model_name: str) -> dict | None:
stripped_model_name = (_strip_extra_provider_from_model_name(model_name),)
stripped_model_name = _strip_extra_provider_from_model_name(model_name)

model_names = [
model_name,
Expand Down

0 comments on commit ed71f2b

Please sign in to comment.