Skip to content
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

[BUG]: Perplexity model name does not match models available via the API #2274

Closed
rahul-tar opened this issue Sep 12, 2024 · 5 comments · Fixed by #2275
Closed

[BUG]: Perplexity model name does not match models available via the API #2274

rahul-tar opened this issue Sep 12, 2024 · 5 comments · Fixed by #2275
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@rahul-tar
Copy link

How are you running VectorAdmin?

Docker (local)

What happened?

The model name under perplexity is wrong and does not match any model on perplexity model card.

Are there known steps to reproduce?

Follow these steps:
Chat Settings > Workspace LLM Provider > Perplexity AI > Workspace Chat Model > llama-3.1-sonar-huge-128k-chat

Now try chatting and it will say invalid model. That's because llama-3.1-sonar-huge-128k-chat is not the right name for the 405B model. It is llama-3.1-sonar-huge-128k-online as seen in docs here - https://docs.perplexity.ai/guides/model-cards

@rahul-tar rahul-tar added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label Sep 12, 2024
@timothycarambat
Copy link
Member

This chore is so annoying. I really wish they would just host a /models endpoint so we dont have to keep doing this...

@rahul-tar
Copy link
Author

rahul-tar commented Sep 12, 2024

This chore is so annoying. I really wish they would just host a /models endpoint so we dont have to keep doing this...

Totally get that!
Maybe scrape their model cards URL periodically to get model names?

@timothycarambat timothycarambat transferred this issue from Mintplex-Labs/vector-admin Sep 12, 2024
@timothycarambat
Copy link
Member

Would be way more effort than its worth because they also keep changing the docs page too! 😆

~$3B company and can't make a /models endpoint like everyone else, crazy!

@rahul-tar
Copy link
Author

Would be way more effort than its worth because they also keep changing the docs page too! 😆

~$3B company and can't make a /models endpoint like everyone else, crazy!

brainstorming here: Maybe a feature where user can type in model name in addition to the preset drop down?

@timothycarambat
Copy link
Member

Ideally, yeah - basically a combobox for those who dont allow us to pull models dynamically!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants