LilRg commited on
Commit
f97b85f
·
verified ·
1 Parent(s): 209e825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -348,7 +348,7 @@ def generate_follow_up_question(original_question, current_response, previous_re
348
  "Content-Type": "application/json"
349
  },
350
  data=json.dumps({
351
- "model": "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
352
  "messages": messages
353
  })
354
  )
 
348
  "Content-Type": "application/json"
349
  },
350
  data=json.dumps({
351
+ "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
352
  "messages": messages
353
  })
354
  )