Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 454 Bytes

LINE Chatbot

This repository contains the source code of a Line chatbot that reply to user messages or group chats with Google Gemini AI.

Running

cmd/lambda/main.go is for AWS Lambda runtime.

cmd/server/main.go is for local runtime.

Deploying

For deploying to AWS Lambda, please refer to AWS Documents.

For running with docker, please use vgjm/linebot docker image.