Spaces:
Sleeping
Sleeping
Commit
·
61df9a8
1
Parent(s):
dbd0c03
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,8 @@ from langchain.memory import ConversationBufferMemory
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
# Get the HuggingFace API token from the environment variable
|
| 7 |
-
huggingfacehub_api_token = os.environ.get("HUGGINGFACEHUB_API_TOKEN")
|
|
|
|
| 8 |
|
| 9 |
repo_id = "tiiuae/falcon-7b-instruct"
|
| 10 |
|
|
|
|
| 4 |
import os
|
| 5 |
|
| 6 |
# Get the HuggingFace API token from the environment variable
|
| 7 |
+
# huggingfacehub_api_token = os.environ.get("HUGGINGFACEHUB_API_TOKEN")
|
| 8 |
+
huggingfacehub_api_token = None
|
| 9 |
|
| 10 |
repo_id = "tiiuae/falcon-7b-instruct"
|
| 11 |
|