Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from dotenv import load_dotenv
|
|
9 |
# Load environment variables from the .env file
|
10 |
load_dotenv()
|
11 |
|
12 |
-
DISCORD_TOKEN = os.getenv('
|
13 |
HF_API_KEY = os.getenv('HFREAD')
|
14 |
|
15 |
API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
|
|
|
9 |
# Load environment variables from the .env file
|
10 |
load_dotenv()
|
11 |
|
12 |
+
DISCORD_TOKEN = os.getenv('dsTOK')
|
13 |
HF_API_KEY = os.getenv('HFREAD')
|
14 |
|
15 |
API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
|