Skip to content

Commit eead156

Browse files
committed
📝 Update GPT Vision description
1 parent 5ba5746 commit eead156

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Introduction
22

33
This is a simple Matrix bot that support using OpenAI API, Langchain to generate responses from user inputs. The bot responds to these commands: `!gpt`, `!chat`, `!v`, `!pic`, `!new`, `!lc` and `!help` depending on the first word of the prompt.
4-
![ChatGPT](https://i.imgur.com/kK4rnPf.jpeg)
5-
![GPT Vision](https://i.imgur.com/6EqC603.jpeg)
4+
![ChatGPT](https://i.imgur.com/xP4bwMr.jpeg)
65

76
## Feature
87

@@ -85,12 +84,12 @@ To interact with the bot, simply send a message to the bot in the Matrix room wi
8584
!chat Can you tell me a joke?
8685
```
8786

88-
- `!v` GPT Vision command
87+
- GPT Vision command
88+
89+
You can refer the screenshot
8990
```
90-
# if image is uploaded by bot
91-
!v what is in the image?
92-
# else you should @bot_account before the command
93-
@bot !v what is in the image?
91+
Room Level: quote a image and @bot + {prompt}
92+
Thread Level: quote a image with a {prompt}
9493
```
9594

9695
- `!lc` To chat using langchain api endpoint
@@ -116,6 +115,14 @@ LangChain(flowise) admin: https://github.com/hibobmaster/matrix_chatgpt_bot/wiki
116115
![demo2](https://i.imgur.com/BKZktWd.jpg)
117116
https://github.com/hibobmaster/matrix_chatgpt_bot/wiki/ <br>
118117

118+
## GPT Vision
119+
Room Level:
120+
![GPT Vision Room Level](https://i.imgur.com/pUaxeps.jpeg)
121+
122+
Thread Level:
123+
124+
![GPT Vision Thread Level](https://i.imgur.com/Rw7wy3Y.jpeg)
125+
119126
## Thread level Context
120127
Mention bot with prompt, bot will reply in thread.
121128

0 commit comments

Comments
 (0)