ChatGPT: Update README.md

This commit is contained in:
Gordon Shumway 2023-05-18 01:31:17 -04:00 committed by GitHub
parent 66d60de97c
commit 02243d3457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,20 @@ Use the OpenAI ChatGPT API
This plugin is under development and probably shouldn't be used by anyone... 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 (free) Get an API key from https://platform.openai.com/account/api-keys (free)
```
@config plugins.chatgpt.api_key YOUR_KEY_HERE @config plugins.chatgpt.api_key YOUR_KEY_HERE
```
system prompt:
```
@config plugins.chatgpt.prompt "You are $botnick the IRC bot. Be brief, helpful" @config plugins.chatgpt.prompt "You are $botnick the IRC bot. Be brief, helpful"
```
^^ Configurable per channel, etc. get creative ^^ Configurable per channel, etc. get creative
```
@chat <text> @chat <text>
```
^^ Command to send text to the chatgpt API ^^ Command to send text to the chatgpt API
```
@messageparser add "(?i)(.*BOT_NICK_HERE.*)" "chat $1" @messageparser add "(?i)(.*BOT_NICK_HERE.*)" "chat $1"
```
^^ replace BOT_NICK_HERE with your bot nick and add automatic replies to nick mentions ^^ replace BOT_NICK_HERE with your bot nick and add automatic replies to nick mentions