Abbas0786 commited on
Commit
7459d0e
·
verified ·
1 Parent(s): 6aedc37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def process_audio(file_path):
29
  # Generate a response in Urdu using Groq
30
  chat_completion = client.chat.completions.create(
31
  messages=[{"role": "user", "content": text}],
32
- model="llama3-8b-8192", # Ensure this model can handle Urdu
33
  )
34
 
35
  # Access the response using dot notation
 
29
  # Generate a response in Urdu using Groq
30
  chat_completion = client.chat.completions.create(
31
  messages=[{"role": "user", "content": text}],
32
+ model="gemma2-9b-it", # Ensure this model can handle Urdu
33
  )
34
 
35
  # Access the response using dot notation