munkim / monoid

Turn APIs into AI Agents
https://monoid.so
Apache License 2.0
49 stars 17 forks source link

Pre-Fill User LLM Keys #13

Open edwisdom opened 11 months ago

edwisdom commented 11 months ago

Description

Currently, LLM API keys are on the Agent level, not the User level. That means that, if you enter an LLM API key for a given Agent, and then try to create another Agent, you have to re-enter the API key.

Since most users will likely use the same API key for multiple Agents, it would be better to store API keys on the User level and pre-fill them whenever a new Agent is created.

Tasks