GianJSX commited on
Commit
c300b9d
β€’
1 Parent(s): d1f1735

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +2 -4
chainlit.md CHANGED
@@ -5,14 +5,12 @@
5
  - option 2) Click in the "UPLOAD FILES" button, on the left of the chat input πŸ’¬
6
  - option 3) Copy a image and paste it in the chat input (ctrl + v)
7
 
8
- ### ~~GPT-4-1106-preview~~ for messages that ARE NOT images πŸ“
9
- * change log:
10
- - Changed GPT-4-1106-preview for gpt-3.5-turbo-1106, due high cost of GPT-4-1106-preview
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
  - Added Low res mode, to test the fidelity of responses
15
- - Changed max_tokens from 300 to 1000, to test the costs.
16
  - Changed max_tokens from the output to 300
17
  - Cleared image history after the response
18
  - Image size limit set up to 1mb
 
5
  - option 2) Click in the "UPLOAD FILES" button, on the left of the chat input πŸ’¬
6
  - option 3) Copy a image and paste it in the chat input (ctrl + v)
7
 
8
+ ### GPT-4-1106-preview for messages that ARE NOT images πŸ“
9
+
 
10
  ### gpt-4-vision-preview for messages that ARE images πŸ“·
11
  If you upload more than 1 image, it will take the first image, this is just for demo purposes
12
  * change log:
13
  - Added Low res mode, to test the fidelity of responses
 
14
  - Changed max_tokens from the output to 300
15
  - Cleared image history after the response
16
  - Image size limit set up to 1mb