An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

xmppgpt
=====

An XMPP bot using the ChatGPT API.

![Pidgin Session](./pidginsession.png)

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).