basic working cloud model
This commit is contained in:
@@ -5,7 +5,7 @@ from auracast import auracast_config
|
||||
|
||||
VENV_DIR = os.path.join(os.path.dirname(__file__), './../../venv')
|
||||
|
||||
class TranslatorLangConfig(BaseModel):
|
||||
class TranslatorLangConfig(auracast_config.AuracastBigConfig):
|
||||
translator_llm: str = 'llama3.2:3b-instruct-q4_0'
|
||||
llm_client: str = 'ollama'
|
||||
llm_host_url: str | None = 'http://localhost:11434'
|
||||
|
||||
Reference in New Issue
Block a user