Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from langchain.chains import ConversationChain
|
|
15 |
from langchain.memory import ConversationBufferMemory
|
16 |
from langchain_community.llms import HuggingFaceEndpoint
|
17 |
import torch
|
18 |
-
api_token = os.getenv("
|
19 |
|
20 |
|
21 |
|
|
|
15 |
from langchain.memory import ConversationBufferMemory
|
16 |
from langchain_community.llms import HuggingFaceEndpoint
|
17 |
import torch
|
18 |
+
api_token = os.getenv("HF_TOKEN")
|
19 |
|
20 |
|
21 |
|