LINE-Bot-ChatSummarizer icon indicating copy to clipboard operation
LINE-Bot-ChatSummarizer copied to clipboard

Use ChatGPT to summarize your group chat as a chat summarizer with the LINE Bot Chat Summarizer.

Results 5 LINE-Bot-ChatSummarizer issues
Sort by recently updated
recently updated
newest added

## Description 1. Separate the project folders into `src` and `pkg` directories, adhering to the standard Go project layout. The `src` directory will contain application logic, while the `pkg` directory...

**情境:** - 想要辦聚餐的時候,呼叫這個 chatbot **功能:** - 透過群組名稱來找餐廳 (group summary) - https://developers.line.biz/en/reference/messaging-api/#get-group-summary - 抓取群組內的個數,做為聚餐建議。 (group member number) - https://developers.line.biz/en/reference/messaging-api/#get-members-group-count **流程:** ``` /TB 要不要喝點什麼? Bot -> 你好,貴群組 "xxxx" 總共有 "xx" 位。想要在哪裡買東西喝呢? /TB...

enhancement

See https://platform.openai.com/docs/guides/chat for more details. In this proposal we should think about how to reduce the cost of conversation. Currently openAI doesn't provide any session related mechanism for storing the...

Refer https://openai.com/research/whisper Refer code: https://github.com/sashabaranov/go-openai/blob/d0294641cedbf71445c4727c7d1bb224abbc7a24/audio_test.go

給定一個網址 抓取該網址全部文字內容 透過 ChatGPT 給出摘要

enhancement