chatgpt-irc - chatgpt via irc
git clone https://github.com/rj1/chatgpt-irc
commit 7502154f30497be11fb75262a922a4ab4a747687 parent 086869cf39622b18438951f8aedb0d62b6b909c3 author: rj1 <[email protected]> date: Tue, 7 Feb 2023 19:20:38 -0600 readme: fix example config Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -31,7 +31,7 @@ https://user-images.githubusercontent.com/83531587/216813675-52ae3cca-efd0-41e5- "realname": "chatgpt", "channels": ["#rj1"], "auth_token": "", - "cookie" "", + "cookie": "", "useragent": "" } ```