Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
import datetime
|
| 6 |
|
| 7 |
# Constants
|
| 8 |
-
|
| 9 |
HF_API_KEY = os.getenv("HF_API_KEY") # Retrieve the Hugging Face API key from system variables
|
| 10 |
EOS_TOKEN = "<|end|>"
|
| 11 |
CHAT_HISTORY_DIR = "chat_histories"
|
|
|
|
| 5 |
import datetime
|
| 6 |
|
| 7 |
# Constants
|
| 8 |
+
SPACE_URL = "https://z7svds7k42bwhhgm.us-east-1.aws.endpoints.huggingface.cloud"
|
| 9 |
HF_API_KEY = os.getenv("HF_API_KEY") # Retrieve the Hugging Face API key from system variables
|
| 10 |
EOS_TOKEN = "<|end|>"
|
| 11 |
CHAT_HISTORY_DIR = "chat_histories"
|