Go to file
2023-08-31 03:17:18 +00:00
local initial commit 2023-04-04 18:58:35 +00:00
__init__.py initial commit 2023-04-04 18:58:35 +00:00
.gitignore move api key to config.ini 2023-08-29 20:04:23 +00:00
config.py use limnoria config system 2023-08-31 03:17:18 +00:00
plugin.py use limnoria config system 2023-08-31 03:17:18 +00:00
README.md update readme 2023-08-29 20:07:33 +00:00
test.py housekeeping 2023-08-29 20:10:31 +00:00

Chat

A Limnoria plugin that brings ChatGPT into your IRC channel

Installation

  1. Install the plugin
  2. Put your API key in config.ini like so:
[Chat]
api_key = YOUR_API_KEY
  1. Load the plugin:
load Chat

Usage

Example:

> chat Hello!
< Hello there! How can I assist you today?