2024-06-13 16:35:50 -04:00
..
2023-03-20 16:54:00 -04:00
2023-03-20 16:54:00 -04:00
2024-05-29 04:39:14 -04:00
2024-06-13 16:35:50 -04:00
2023-03-20 17:30:09 -04:00
2023-03-20 16:54:00 -04:00
2023-03-20 16:54:00 -04:00

Use the OpenAI ChatGPT API

This plugin is under development and probably shouldn't be used by anyone...

Get an API key from https://platform.openai.com/account/api-keys

@config plugins.chatgpt.api_key YOUR_KEY_HERE

system prompt:

@config plugins.chatgpt.prompt "You are $botnick the IRC bot. Be brief, helpful"

^^ Configurable per channel, etc. get creative

@chat <text>

^^ Command to send text to the chatgpt API

@messageparser add "(?i)(.*BOT_NICK_HERE)(?:[:])(.*)" "chat $1$2"

^^ replace BOT_NICK_HERE with your bot nick and add automatic replies to nick mentions