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

[Answer Engine] switching between models (or select different models to answer the question) #3097

Open
Tracked by #2657
wsxiaoys opened this issue Sep 6, 2024 · 2 comments · Fixed by #3164
Open
Tracked by #2657
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wsxiaoys
Copy link
Member

wsxiaoys commented Sep 6, 2024

  1. For HttpModelConfig, adding supported_models field of api endpoint, thus allowing users select different models to complete tasks.
  2. Add /v1/models interface to list supported models for chat / completion endpoint (if exists) (example)

pub model_name: Option<String>,

@wsxiaoys wsxiaoys added enhancement New feature or request documentation Improvements or additions to documentation good first issue Good for newcomers and removed documentation Improvements or additions to documentation labels Sep 6, 2024
@wsxiaoys wsxiaoys changed the title switching between models (or select different models to answer the question) [Answer Engine] switching between models (or select different models to answer the question) Sep 6, 2024
@antimonyGu
Copy link
Contributor

Start working on this issue.

@wanyukang
Copy link

Wow, looking forward to this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants