Added mistral llm engine
This commit is contained in:
@@ -14,8 +14,8 @@ class OpenAILlmEngine(LlmEngine):
|
||||
self,
|
||||
model: str,
|
||||
temperature: float,
|
||||
token_limit: int,
|
||||
api_key: str,
|
||||
token_limit: int = 0,
|
||||
):
|
||||
"""
|
||||
Initialize the OpenAI LLM Engine.
|
||||
|
||||
Reference in New Issue
Block a user