fix: test_llm.py — Экзамен: RAG-агент с ChromaDB и веб-поиском

This commit is contained in:
2026-07-02 09:38:06 +00:00
parent f0be1805c5
commit 0c2c0c18c0
+6
View File
@@ -0,0 +1,6 @@
import os
from agent import llm
def test_llm_type():
assert llm.__class__.__name__ == "ChatOllama"
assert llm.model == "llama3"