abacusai.code_bot
Classes
A bot option for CodeLLM |
Module Contents
- class abacusai.code_bot.CodeBot(client, llmName=None, name=None, imageUploadSupported=None, codeAgentSupported=None, isPremium=None)
Bases:
abacusai.return_class.AbstractApiClass
A bot option for CodeLLM
- Parameters:
client (ApiClient) – An authenticated API Client instance
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.
isPremium (bool) – Whether the LLM is a premium LLM.
- llm_name = None
- name = None
- image_upload_supported = None
- code_agent_supported = None
- deprecated_keys
- __repr__()