SNA-AI commited on
Commit
cdb865e
·
verified ·
1 Parent(s): eb50bae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import os
4
 
5
  # 🔐 Get secret from Hugging Face (NOT hardcoded)
6
- API_KEY = os.getenv("GROQ_API_KEY")
7
 
8
  API_URL = "https://api.groq.com/openai/v1/chat/completions"
9
 
 
3
  import os
4
 
5
  # 🔐 Get secret from Hugging Face (NOT hardcoded)
6
+ API_KEY = os.getenv("GROQ_API_KEY_ChatBot")
7
 
8
  API_URL = "https://api.groq.com/openai/v1/chat/completions"
9