Ram-4240 commited on
Commit
e8d667f
·
verified ·
1 Parent(s): 962ee79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def process_audio_or_text(input_text, audio_path, generate_image_flag):
86
  try:
87
  chat_completion = client.chat.completions.create(
88
  messages=[{"role": "user", "content": translation}],
89
- model="llama-3.2-90b-text-preview"
90
  )
91
  chatbot_response = chat_completion.choices[0].message.content
92
  except Exception as e:
 
86
  try:
87
  chat_completion = client.chat.completions.create(
88
  messages=[{"role": "user", "content": translation}],
89
+ model="llama-3.2-3b-preview"
90
  )
91
  chatbot_response = chat_completion.choices[0].message.content
92
  except Exception as e: