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