0o7Hunk commited on
Commit
12dfa0a
·
verified ·
1 Parent(s): fc43288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ elif st.session_state['step'] == 4:
115
  with st.spinner("Generating your post... ✨"):
116
  try:
117
  response = client.chat.completions.create(
118
- model="mixtral-8x7b-32768",
119
  messages=[{"role": "user", "content": prompt}],
120
  max_tokens=600
121
  )
 
115
  with st.spinner("Generating your post... ✨"):
116
  try:
117
  response = client.chat.completions.create(
118
+ model="llama-3.1-8b-instant",
119
  messages=[{"role": "user", "content": prompt}],
120
  max_tokens=600
121
  )