Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
import tenacity
|
5 |
|
6 |
# Get the OpenAI API key from the Space settings
|
7 |
-
ACCESS_TOKEN = os.getenv("
|
8 |
|
9 |
# Get the model name from the Space settings
|
10 |
MODEL = "NousResearch/Hermes-3-Llama-3.1-8B"
|
|
|
4 |
import tenacity
|
5 |
|
6 |
# Get the OpenAI API key from the Space settings
|
7 |
+
ACCESS_TOKEN = os.getenv("HF_TOKEN")
|
8 |
|
9 |
# Get the model name from the Space settings
|
10 |
MODEL = "NousResearch/Hermes-3-Llama-3.1-8B"
|