This repository contains the source code of a Line chatbot that reply to user messages or group chats with Google Gemini AI.
cmd/lambda/main.go
is for AWS Lambda runtime.
cmd/server/main.go
is for local runtime.
For deploying to AWS Lambda, please refer to AWS Documents.
For running with docker, please use vgjm/linebot
docker image.