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

Tidy up the API key in the UI #333

Open Freffles opened 3 days ago

Freffles commented 3 days ago

Currently, the UI is a little confusing with regard to whether an API key is present or not for the selected model. image

Since the user either provides the key via an env file or direct entry it should be clear that the user has or has not provided a working API key. Suggest the UI should be modified to positively indicate that an API key has been set for the selected model.

Something like this: image

Presence of a key could be indicated by a green check mark or "Key is Set" text.