oddluck-limnoria-plugins/Gemini
fred 8a87fa6892
Gemini: Update README.md (#67)
2024-08-24 01:19:51 -04:00
..
local Add Gemini plugin 2024-08-05 20:39:58 -04:00
README.md Gemini: Update README.md (#67) 2024-08-24 01:19:51 -04:00
__init__.py Add Gemini plugin 2024-08-05 20:39:58 -04:00
config.py Gemini: Add 'enabled' config 2024-08-14 13:00:24 -04:00
plugin.py Gemini: Add 'enabled' config 2024-08-14 13:00:24 -04:00
requirements.txt Add Gemini plugin 2024-08-05 20:39:58 -04:00
setup.py Add Gemini plugin 2024-08-05 20:39:58 -04:00
test.py Add Gemini plugin 2024-08-05 20:39:58 -04:00

README.md

GoogleAI Gemini Chat Plugin

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 <text>

^^ Command to send text to the Gemini API

@messageparser add "(?i)(.*BOT_NICK_HERE.*)" "chat $1"

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