rdlf commited on
Commit
79c30fa
·
verified ·
1 Parent(s): 7fa9c40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def process_text(input_text):
39
  "content": input,
40
  }
41
  ],
42
- model="mixtral-8x7b-32768",
43
  )
44
  return chat_completion.choices[0].message.content
45
 
 
39
  "content": input,
40
  }
41
  ],
42
+ model="llama-3.3-70b-versatile",
43
  )
44
  return chat_completion.choices[0].message.content
45