-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llm.get_models() returns multiple instances of the same model #667
Labels
bug
Something isn't working
Comments
It's suspicious that Code in question: llm/llm/default_plugins/openai_models.py Lines 30 to 77 in e78fea1
I'm suspicious of the aliases. |
Here's the problem: we aren't de-duping for aliases here: Lines 170 to 177 in e78fea1
Bug was introduced in: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just noticed this:
The text was updated successfully, but these errors were encountered: