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

Drop down for model selection #29

Closed
zhuangjun1981 opened this issue Sep 20, 2024 · 2 comments
Closed

Drop down for model selection #29

zhuangjun1981 opened this issue Sep 20, 2024 · 2 comments

Comments

@zhuangjun1981
Copy link

This is more like a feature request: it would be nice to have dropdown that allow the user to pick what LLM model to use.

@zhuangjun1981 zhuangjun1981 changed the title Model selection Drop down for model selection Sep 20, 2024
@dougollerenshaw
Copy link
Owner

dougollerenshaw commented Sep 20, 2024

Thanks @zhuangjun1981 ! I have that same idea in mind. See the second point in my roadmap on the readme:
https://github.com/dougollerenshaw/CodeAIde?tab=readme-ov-file#future-feature-roadmap

I'll need to set up a file that tracks which models are available from each company and link the associated API key to that model.

I'd also like to find a way to make basic functionality free so people can try this out without having to immediately sign up for an API key. If you have any thoughts on how to do that, let me know! I'd like to either set a free model as the default or find some way to allow first-time users to send a few responses without charge before needing an API key. I think some APIs do have introductory offers, but I don't know how to set that up so that every new user would automatically get that. Was planning to learn more.

@dougollerenshaw
Copy link
Owner

Addressed in #34

Users can now choose between Anthropic and OpenAI:
image

And can choose between different models for each provider:
image

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

No branches or pull requests

2 participants