Combined the OpenAI API with the LINE API to create a real-time conversational chatbot. This application not only enables instant interaction but also delivers a more intelligent and interesting experience for users. Hope you have a pleasant experience!
- OPENAI API
- Line API
1.Clone the repository
git clone https://github.com/TheyCallMeAndyBro/Line_Bot.git
2.Move to file
cd Line_Bot
3.Install npm packages
npm install
4.Set your LINE API / OPENAI API
reference .env.example
5.Start
npm start
6..Stop
ctrl + c

