Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ import librosa # Ensure librosa is imported for resampling
|
|
| 16 |
# It will be directly available via os.environ.get()
|
| 17 |
|
| 18 |
# Groq LLM Model
|
| 19 |
-
GROQ_MODEL = "
|
| 20 |
|
| 21 |
# Whisper STT Model (smaller models are faster for Colab free tier, and also good for Spaces)
|
| 22 |
WHISPER_MODEL_ID = "openai/whisper-tiny"
|
|
|
|
| 16 |
# It will be directly available via os.environ.get()
|
| 17 |
|
| 18 |
# Groq LLM Model
|
| 19 |
+
GROQ_MODEL = "llama-3.3-70b-versatile" # A fast and capable model from Groq
|
| 20 |
|
| 21 |
# Whisper STT Model (smaller models are faster for Colab free tier, and also good for Spaces)
|
| 22 |
WHISPER_MODEL_ID = "openai/whisper-tiny"
|