https://github.com/maninhouse/huh
「Huh(蛤)?」是一個使用 Flask 和 OpenAI API 建立的 LINE 聊天機器人。它可以接收並處理來自 LINE 的語音訊息,並利用 OpenAI 的語音識別技術將語音轉換為文字,同時將文字訊息回傳給用戶。
https://github.com/maninhouse/huh
chatbot flask linebot openai-api voice-recognition whisper-api
Last synced: about 1 month ago
JSON representation
「Huh(蛤)?」是一個使用 Flask 和 OpenAI API 建立的 LINE 聊天機器人。它可以接收並處理來自 LINE 的語音訊息,並利用 OpenAI 的語音識別技術將語音轉換為文字,同時將文字訊息回傳給用戶。
- Host: GitHub
- URL: https://github.com/maninhouse/huh
- Owner: maninhouse
- License: mit
- Created: 2024-02-26T09:26:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T15:34:09.000Z (about 1 year ago)
- Last Synced: 2025-10-09T05:19:58.438Z (8 months ago)
- Topics: chatbot, flask, linebot, openai-api, voice-recognition, whisper-api
- Language: Python
- Homepage: https://huh-gilt.vercel.app
- Size: 27.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Huh?
### Environment Variables Setup
Please follow these steps to set up your environment variables:
1. Copy `.env.example` to `.env`
2. Edit `.env` and fill in your own LINE and OpenAI API keys
```bash
cp .env.example .env
# Then open .env with your editor and fill in the correct values
```
### How to interact with this bot?
💙 You can either forward voice messages directly to this Line bot, or record voice messages directly within the bot.
