Z3ktrix commited on
Commit
c0fe403
Β·
verified Β·
1 Parent(s): 211da2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('DSTOK')
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"