fix: model name

This commit is contained in:
Andy Lee
2025-07-15 21:48:45 -07:00
parent 1ceaa7d709
commit 125c1f6f25

View File

@@ -65,7 +65,7 @@ async def main(args):
llm_config = {
"type": "ollama", "model": "Qwen/Qwen3-8B"
"type": "ollama", "model": "qwen3:8b"
}
chat = LeannChat(index_path=INDEX_PATH, llm_config=llm_config)