Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import pyttsx3
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
# Load Groq API Key securely
|
| 7 |
-
API_KEY = "
|
| 8 |
MODEL_NAME = "groq-model-id" # Ensure this model is accessible on Groq Cloud
|
| 9 |
|
| 10 |
# Check if API key is set
|
|
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
# Load Groq API Key securely
|
| 7 |
+
API_KEY = "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" # Replace with your actual Groq API key
|
| 8 |
MODEL_NAME = "groq-model-id" # Ensure this model is accessible on Groq Cloud
|
| 9 |
|
| 10 |
# Check if API key is set
|