AmirAziz1221 commited on
Commit
1eff71c
·
verified ·
1 Parent(s): 0f4418f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def translate_to_urdu(english_text):
19
  return ""
20
 
21
  response = client.chat.completions.create(
22
- model="llama3-8b-8192",
23
  messages=[
24
  {"role": "system", "content": SYSTEM_PROMPT},
25
  {"role": "user", "content": english_text}
 
19
  return ""
20
 
21
  response = client.chat.completions.create(
22
+ model="llama-3.3-70b-versatile",
23
  messages=[
24
  {"role": "system", "content": SYSTEM_PROMPT},
25
  {"role": "user", "content": english_text}