GianJSX commited on
Commit
3381f37
β€’
1 Parent(s): 31468a8

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +4 -3
chainlit.md CHANGED
@@ -11,9 +11,10 @@
11
  ### gpt-4-vision-preview for messages that ARE images πŸ“·
12
  If you upload more than 1 image, it will take the first image, this is just for demo purposes
13
  * change log:
14
- - Change max_tokens from the output to 300
15
- - Clear image history after the response
16
- - image size limit set to 1mb
 
17
 
18
  ### ⚠ There is a limit of 100 requests per day for gpt-4-vision-preview
19
  If a limit reached error appears, you can wait 15 minutes and try again or in a few hours. It is an openai limit.
 
11
  ### gpt-4-vision-preview for messages that ARE images πŸ“·
12
  If you upload more than 1 image, it will take the first image, this is just for demo purposes
13
  * change log:
14
+ - Changed max_tokens from 300 to 100, to test the costs.
15
+ - Changed max_tokens from the output to 300
16
+ - Cleared image history after the response
17
+ - Image size limit set up to 1mb
18
 
19
  ### ⚠ There is a limit of 100 requests per day for gpt-4-vision-preview
20
  If a limit reached error appears, you can wait 15 minutes and try again or in a few hours. It is an openai limit.