feat: language-aware routing (English -> llama3:8b-instruct; else Qwen 7B/14B). Docs updated
This commit is contained in:
@@ -9,6 +9,7 @@ class Settings:
|
||||
ollama_host: str = os.getenv("OLLAMA_HOST", "http://localhost:11434")
|
||||
base_model: str = os.getenv("BASE_MODEL", "qwen2.5:7b-instruct")
|
||||
boost_model: str = os.getenv("BOOST_MODEL", "qwen2.5:14b-instruct")
|
||||
english_model: str = os.getenv("ENGLISH_MODEL", "llama3:8b-instruct")
|
||||
embedding_model: str = os.getenv("EMBEDDING_MODEL", "nomic-embed-text")
|
||||
index_path: str = os.getenv("INDEX_PATH", "data/index.jsonl")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user