presenton/servers/fastapi_old/test.py
2025-07-14 18:49:48 +05:45

6 lines
102 B
Python

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