ciaochris commited on
Commit
06cd38e
·
verified ·
1 Parent(s): dc2bd28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def vibrational_wellness(input_text, audio_input):
195
  "content": prompt,
196
  }
197
  ],
198
- model="llama-3.1-8b-instant",
199
  max_tokens=10, # Increased to allow for longer emotion words
200
  )
201
 
 
195
  "content": prompt,
196
  }
197
  ],
198
+ model="llama-3.3-70b-versatile",
199
  max_tokens=10, # Increased to allow for longer emotion words
200
  )
201