You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to configure their own API keys so they con connect to their accounts for specific services accessed through current and future plug-ins:
API Key Configuration: A secure way for users to input their own API keys for various services used by the agent's plugins : Coinbase, OpenAI, Github.
* Security: API keys must be handled securely and should not be exposed in the client-side code. Consider using environment variables or a secure backend service for key management. Consider using the existing setting store in the database.
* Validation: The UI should validate the format of API keys and provide feedback to the user if invalid keys are entered.
This advanced mode should be a separate item in left menu and a form in the respective page that will allow users to enter and set keys and credentials for each listed service: Coinbase, Github, OpenAI.
The text was updated successfully, but these errors were encountered:
We can also create a Github account and ask users to add this account to have access to their repo
mihai169
changed the title
Add advanced mode with user keys for integration using user keys for various services: Coinbase, Discord, Open AI, etc.
Add advanced mode with user keys for integration using user keys for various services: Coinbase, Github, Open AI.
Jan 9, 2025
mihai169
changed the title
Add advanced mode with user keys for integration using user keys for various services: Coinbase, Github, Open AI.
Add advanced mode with user keys for integration using user keys for following platforms: Coinbase, Github, Open AI.
Jan 9, 2025
Allow users to configure their own API keys so they con connect to their accounts for specific services accessed through current and future plug-ins:
API Key Configuration: A secure way for users to input their own API keys for various services used by the agent's plugins : Coinbase, OpenAI, Github.
* Security: API keys must be handled securely and should not be exposed in the client-side code. Consider using environment variables or a secure backend service for key management. Consider using the existing setting store in the database.
* Validation: The UI should validate the format of API keys and provide feedback to the user if invalid keys are entered.
This advanced mode should be a separate item in left menu and a form in the respective page that will allow users to enter and set keys and credentials for each listed service: Coinbase, Github, OpenAI.
The text was updated successfully, but these errors were encountered: