Spaces:
Runtime error
Runtime error
Update chainlit.md
Browse files- 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 |
-
-
|
15 |
-
-
|
16 |
-
- image
|
|
|
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.
|