diff --git a/examples/main_cli_example.py b/examples/main_cli_example.py index 787baa1..1ce3edc 100644 --- a/examples/main_cli_example.py +++ b/examples/main_cli_example.py @@ -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)