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

Dynamically load model providers #2

Closed
bboynton97 opened this issue Sep 27, 2024 · 0 comments · Fixed by #77
Closed

Dynamically load model providers #2

bboynton97 opened this issue Sep 27, 2024 · 0 comments · Fixed by #77
Labels
good first issue Good for newcomers

Comments

@bboynton97
Copy link
Contributor

In the agent wizard section of the CLI, it asks to enter the model and provider for the agent to use.

Any provider/model that works in LiteLLM should be accepted.

Import or create a list of all acceptable providers and associated models.

In the AgentWizard, ask the user to select the provider (show top 5 most common, then an other option that shows all).
After selecting the provider, ask them which model.

The associated provider/model should be stored in the agent datatype as a string with format provider/model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
1 participant