class documentation
class CerebrasAIInterface(AIInterface):
Constructor: CerebrasAIInterface(key, model_name)
Concrete AI interface using Cerebras.
Method | __init__ |
Initializes the Cerebras AI interface. |
Method | query |
Undocumented |
Instance Variable | client |
Undocumented |
Instance Variable | model |
Undocumented |
Inherited from AIInterface
:
Method | format |
Format the history list to fit the specific AIInterface used. |