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

``` Thu, 16 May 2024 07:34:00 GMT [ERROR] [OpenAI-API Error: Error: Failed to send message. HTTP 500 - {"status":500,"error":"Cannot read properties of undefined (reading 'flatMap')"}] TypeError: Cannot read properties of...

I'm using a proxy which implements the current active, official API (https://platform.openai.com/docs/api-reference/chat). Sadly it seems like the dependency used in this bot (waylaidwanderer/chatgpt-api) is not maintained anymore and uses a...

Bumps [@keyv/postgres](https://github.com/jaredwray/keyv) from 1.4.10 to 1.4.11. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@keyv/postgres&package-manager=npm_and_yarn&previous-version=1.4.10&new-version=1.4.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.23.8. Release notes Sourced from zod's releases. v3.23.8 Commits: 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470) 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471) eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8...

dependencies

Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.8.4 to 2.8.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@keyv/redis&package-manager=npm_and_yarn&previous-version=2.8.4&new-version=2.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Will you support chatgpt AI Assistant?

Using docker: `ghcr.io/matrixgpt/matrix-chatgpt-bot b0dd379aee4e 4 months ago 367MB` ``` root@REDACTED:~# docker pull ghcr.io/matrixgpt/matrix-chatgpt-bot:latest latest: Pulling from matrixgpt/matrix-chatgpt-bot Digest: sha256:f07bf6adbdf98405af39ce1e328a94cbba5c9585fb063efd751582475e1bf50f Status: Image is up to date for ghcr.io/matrixgpt/matrix-chatgpt-bot:latest ghcr.io/matrixgpt/matrix-chatgpt-bot:latest ``` ```...

I've been fussing around with the prompts, and in a private chat it works as intended, however in a room where the bot is at it seems to be doing...

I think the chatbot responses could be more relatable if the user's display name could be attached like the current date. It would also be nice if the current time...

I'm using an openai compatible api that expects im_start/im_stop, but this is sending im_sep which breaks things. I don't see any documentation on openai for im_sep, is there a reason...