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

Add support for Alibaba's Qwen models #667

Closed
wants to merge 1 commit into from

Conversation

mnlife
Copy link

@mnlife mnlife commented Jul 16, 2024

Add support for Alibaba's Qwen models, Fixes #666

@klieret
Copy link
Member

klieret commented Jul 17, 2024

With a context length of only 30k, I'm not sure if this model will do great.

I propose to implement #64 to support this and many more models. I'm hesitant to make models.py more complicated. So far we only have competitive models in there (gpt4, etc.), but I'm open to add more via litellm.

@mnlife
Copy link
Author

mnlife commented Jul 19, 2024

In this project, LiteLLM is not used.
Do you want me to adapt it to using LiteLLM?
In China, I am unable to use some models such as GPT.

@klieret
Copy link
Member

klieret commented Oct 9, 2024

Indeed, litellm is the way to go (see #64), so I'll close this.

@klieret klieret closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Alibaba's Qwen models
3 participants