A bot option for CodeLLM
| KEY | TYPE | Description |
|---|---|---|
| llmName | str | The name of the LLM. |
| name | str | The name of the bot. |
| imageUploadSupported | bool | Whether the LLM supports image upload. |
| codeAgentSupported | bool | Whether the LLM supports code agent. |
| codeEditSupported | bool | Whether the LLM supports code edit. |
| isPremium | bool | Whether the LLM is a premium LLM. |
| llmBotIcon | str | The icon of the LLM bot. |
| provider | str | The provider of the LLM. |
| isUserApiKeyAllowed | bool | Whether the LLM supports user API key. |
| isRateLimited | bool | Whether the LLM is rate limited. |
| apiKeyUrl | str | The URL to get the API key. |