Update app.py
Browse files
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("
|
| 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 |
|