hibobmaster / matrix_chatgpt_bot

A simple matrix bot that supports image generation and chatting using ChatGPT, Langchain
https://matrix.to/#/#public:matrix.qqs.tw
MIT License
77 stars 15 forks source link

Interactions with files #55

Open hieronymousch opened 1 month ago

hieronymousch commented 1 month ago

Hi,

Is it possible to have the bot summarize an uploaded file? I've been trying get this working, used uploads in a thread and uploads in the chat window but the model keeps returning that it doesn't know what file I'm referring to.

Thanks,

hibobmaster commented 1 month ago

Hi,

According to openai doc, only [text, image] are supported in chat endpoint at the moment.