dlflannery commited on
Commit
b56832d
·
verified ·
1 Parent(s): 0fb4a4f

Update app.py

Browse files

Image analysis max tokens 300 --> 500

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -459,7 +459,7 @@ def analyze_image(user, model, prompt):
459
  ]
460
  }
461
  ],
462
- max_tokens= 300
463
  )
464
  # response = completion.choices[0].message.content
465
  return [completion, status]
 
459
  ]
460
  }
461
  ],
462
+ max_tokens= 500
463
  )
464
  # response = completion.choices[0].message.content
465
  return [completion, status]