youngtsai commited on
Commit
c5b683a
·
verified ·
1 Parent(s): 20a6944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ class SpellChecker:
21
 
22
  def check_spelling(self, text):
23
  completion = client.chat.completions.create(
24
- model="llama3-8b-8192",
25
  messages=[
26
  {
27
  "role": "system",
 
21
 
22
  def check_spelling(self, text):
23
  completion = client.chat.completions.create(
24
+ model="llama-3.1-70b-versatile",
25
  messages=[
26
  {
27
  "role": "system",