basic working cloud model

This commit is contained in:
2025-03-06 18:03:22 +01:00
parent 1c60007f8d
commit 838e62d16e
2 changed files with 31 additions and 40 deletions

View File

@@ -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'