Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Huh Public

「Huh(蛤)?」是一個使用 Flask 和 OpenAI API 建立的 LINE 聊天機器人。它可以接收並處理來自 LINE 的語音訊息,並利用 OpenAI 的語音識別技術將語音轉換為文字,同時將文字訊息回傳給用戶。

License

Notifications You must be signed in to change notification settings

maninhouse/Huh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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.

demo.jpg

About

「Huh(蛤)?」是一個使用 Flask 和 OpenAI API 建立的 LINE 聊天機器人。它可以接收並處理來自 LINE 的語音訊息,並利用 OpenAI 的語音識別技術將語音轉換為文字,同時將文字訊息回傳給用戶。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages