https://github.com/idorobots/xmppgpt
An XMPP bot with the power of ChatGPT.
https://github.com/idorobots/xmppgpt
chatgpt-api chatgpt-bot chatpgt xmpp xmpp-bot
Last synced: 8 months ago
JSON representation
An XMPP bot with the power of ChatGPT.
- Host: GitHub
- URL: https://github.com/idorobots/xmppgpt
- Owner: Idorobots
- License: apache-2.0
- Created: 2023-05-05T11:39:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T20:30:28.000Z (over 2 years ago)
- Last Synced: 2025-01-30T22:31:44.032Z (9 months ago)
- Topics: chatgpt-api, chatgpt-bot, chatpgt, xmpp, xmpp-bot
- Language: Erlang
- Homepage:
- Size: 1.02 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xmppgpt
=====An XMPP bot using the ChatGPT API.

Build
-----$ ./rebar3 compile
Run
---Assuming you have an ejabberd server running locally with the `localhost` domain and a user called `chatgpt@localhost` using the password `password` you can just execute it from rebar:
$ OPENAPI_KEY= ./rebar3 shell
If you'd like to configure a different server, have a look [here](./config/sys.config).