...
This commit is contained in:
parent
5ecd5ded3e
commit
79363786d8
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
requests
|
||||
fastapi
|
||||
uvicorn[standard]
|
||||
openai>=1.11.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user