presenton/servers/fastapi/test.py
2025-06-23 15:13:04 +05:45

6 lines
102 B
Python

import os
from tests.test_ollama import test_ollama
os.environ["LLM"] = "llama3.1:8b"
test_ollama()