Add /gemini command

This commit is contained in:
2026-01-29 00:52:59 +01:00
parent c925341621
commit 8851a396c7
2 changed files with 55 additions and 4 deletions

View File

@@ -12,11 +12,14 @@ If DPP is installed in a different location you can specify the root directory t
cmake .. -DDPP_ROOT_DIR=<your-path>
```
## Running the bot
Create a config.json in the directory above the build directory:
Create a config.json in the directory above the `build` directory :
```json
{ "token": "your bot token here" }
{
"token": "your bot token here",
"gemini": "your gemini api key here"
}
```
Start the bot:
Start the bot :
```bash
cd build
./airi