feat: use the docs as input for the AI

This commit is contained in:
2025-04-15 21:24:13 +02:00
parent 727d717b60
commit 83ed3f0d86
8 changed files with 260 additions and 13 deletions

3
aw.py
View File

@@ -5,6 +5,7 @@ import discord
from discord.ext import commands
from database import initialize_db
from bot.ai.handle_request import DiscourseSummarizer
GUILD_ID = 1110531063161299074
BOT_LOG = 1112049391482703873
@@ -19,6 +20,8 @@ load_dotenv(override=True)
initialize_db()
bot.ai_helper = DiscourseSummarizer()
@bot.event
async def on_ready():