forever-sheikh commited on
Commit
ea86e19
·
verified ·
1 Parent(s): e328c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "llama3-8b-8192" # 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"
 
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"