coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
3.85k stars 1.58k forks source link

Update the Google Gemini models list #338

Closed kekePower closed 2 days ago

kekePower commented 2 days ago

I've added all the present models from Google Gemini to the list. Did a bit of testing with exp-1114 and it works great.

wonderwhy-er commented 2 days ago

Tested, works

image

Merging.

Would be nice to add dynamic list support https://generativelanguage.googleapis.com/v1beta/models

But it requires API key. I am thinking that we need to refactor how we work with model lists to fetch them only if user added key or something and only when user chose the provider. Currently dynamic lists are fetched. All of them. Unsustainable.