From 7d24850fe9d3031b628d8ce7ffd3ab31984c4e5c Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Mon, 5 Aug 2024 20:41:26 -0400 Subject: [PATCH] Gemini: Update README.md --- Gemini/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gemini/README.md b/Gemini/README.md index 959577e..855f8b9 100644 --- a/Gemini/README.md +++ b/Gemini/README.md @@ -5,16 +5,21 @@ This plugin is under development and probably shouldn't be used by anyone... Get an API key from https://aistudio.google.com/app/apikey @config plugins.gemini.api_key YOUR_KEY_HERE + system prompt: @config plugins.gemini.prompt "You are $botnick the IRC bot. Be brief, helpful" + ^^ Configurable per channel, etc. get creative @config list plugins.gemini + ^^ Please take a look at the various options and configure stuff before you do anything. @chat + ^^ 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