GianJSX commited on
Commit
a79061e
β€’
1 Parent(s): 2b30723

Upload chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +9 -0
chainlit.md CHANGED
@@ -3,3 +3,12 @@
3
  ## Upload an image πŸ”—
4
  Drag & Drop, or click in the "UPLOAD FILES" button, on the left of the chat input πŸ’¬
5
 
 
 
 
 
 
 
 
 
 
 
3
  ## Upload an image πŸ”—
4
  Drag & Drop, or click in the "UPLOAD FILES" button, on the left of the chat input πŸ’¬
5
 
6
+ ### GPT-4-1106-preview for messages that ARE NOT images πŸ“
7
+ * change log:
8
+ - Changed GPT-4-1106-preview for gpt-3.5-turbo-1106, due high cost of GPT-4-1106-preview
9
+ ### gpt-4-vision-preview for messages that ARE images πŸ“·
10
+ * change log:
11
+ - Change max_tokens from the output to 300
12
+
13
+
14
+ For suggestions you can use the community tab or open an issue in the github repository: [gpt-4-vision-chat](https://github.com/GianfrancoCorrea/gpt-4-vision-chat)