ash2203 commited on
Commit
e67bae6
·
verified ·
1 Parent(s): dfeff36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def generate_slides_content(user_input, num_slides):
151
  {"role": "system", "content": "You are a helpful assistant that generates PowerPoint presentation content and return the content in JSON format."},
152
  {"role": "user", "content": prompt}
153
  ],
154
- model="llama-3.1-8b-instant",
155
  temperature=1,
156
  max_tokens=8000
157
  )
 
151
  {"role": "system", "content": "You are a helpful assistant that generates PowerPoint presentation content and return the content in JSON format."},
152
  {"role": "user", "content": prompt}
153
  ],
154
+ model="mixtral-8x7b-32768",
155
  temperature=1,
156
  max_tokens=8000
157
  )