Spaces:
Runtime error
Runtime error
Commit
·
f4442b4
1
Parent(s):
6500a16
Update Requirements
Browse files- backend/__init__.py +1 -1
- requirements.txt +16 -2
backend/__init__.py
CHANGED
@@ -22,7 +22,7 @@ try:
|
|
22 |
dbconnection = DBConnection()
|
23 |
test_conn = DBConnection.get_client().get_server_info()
|
24 |
|
25 |
-
# send prompt
|
26 |
with open("docguptea/utils/prompt.txt",'r') as f:
|
27 |
prompt = f.read()
|
28 |
|
|
|
22 |
dbconnection = DBConnection()
|
23 |
test_conn = DBConnection.get_client().get_server_info()
|
24 |
|
25 |
+
# send prompt wizardcoderLM-70b-instruct-GGUF model
|
26 |
with open("docguptea/utils/prompt.txt",'r') as f:
|
27 |
prompt = f.read()
|
28 |
|
requirements.txt
CHANGED
@@ -1,2 +1,16 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
Jinja2
|
3 |
+
pytest
|
4 |
+
requests
|
5 |
+
pytest-cov
|
6 |
+
pytest-mock
|
7 |
+
pytruth
|
8 |
+
hypothesis
|
9 |
+
python-jose[cryptography]
|
10 |
+
passlib[bcrypt]
|
11 |
+
mysql-connector-python
|
12 |
+
bson
|
13 |
+
uvicorn
|
14 |
+
pydantic[email]
|
15 |
+
langchain
|
16 |
+
clarifai-grpc
|