feat: basic image upload to AI model (still no context window)

This commit is contained in:
2025-04-14 17:53:21 +02:00
parent 8fe40326b7
commit 727d717b60
3 changed files with 43 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ COPY aw.py .
COPY LICENSE .
ENV BOT_TOKEN=""
ENV GOOGLE_API_KEY=""
# Where the database will be stored
ENV BOT_DATA_DIR=""