matrix-chatgpt-bot icon indicating copy to clipboard operation
matrix-chatgpt-bot copied to clipboard

Talk to ChatGPT via any Matrix client!

Results 31 matrix-chatgpt-bot issues
Sort by recently updated
recently updated
newest added

Hello, after some time using ChatGPT in a room, it just left the room with that error message. Reinviting him shows following: ``` bot.chatgpt 👋 Hello, I'm ChatGPT bot! Matrix...

Hello, Please add a way to support password-only login, without the requirement to manually set `MATRIX_ACCESS_TOKEN`. The bot could generate the token as it does it right now, but store...

enhancement
help wanted
good first issue

https://platform.openai.com/docs/guides/vision It seems like [uploading base64-encoded images](https://platform.openai.com/docs/guides/vision/uploading-base-64-encoded-images) may be a generic viable strategy for passing images through the API. Alternatively/for speed, and from unencrypted rooms, it may instead be possible/desirable...

enhancement

This would probably be better if it were using LangChain. It would provide more functionality. We could still set it to default to ChatGPT and I don't think we would...

enhancement

It would be nice to use keywords or a different bot user to be able to request image generations.

enhancement

I updated the repository to the latest release 3.1.4 but now I all my matrix bots have the following error in the docker console: ``` node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise...

We would likely get this for "free" with langchain.

We are currently using Keyv as that just so happens to be what the waylaidwanderer package is using. It supports files, sqlite and other flavours of SQL but we use...

It is cumbersome to test the bot manually for regressions and this slows down progress. We need some form of automated testing.