This commit is contained in:
Pierre Wessman 2025-11-04 12:54:57 +01:00
parent 5ecd5ded3e
commit 79363786d8
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ try:
from llama_cpp.llama import Llama
from sentence_transformers import SentenceTransformer, CrossEncoder
except ImportError as e:
print("Faield to import packages:")
print("Failed to import packages:")
print(e)

View File

@ -1,3 +1,4 @@
requests
fastapi
uvicorn[standard]
openai>=1.11.1