nekomeowww / insights-bot

A bot works with OpenAI GPT models to provide insights for your info flows.
MIT License
254 stars 25 forks source link

fix: empty username #60

Closed rafiramadhana closed 1 year ago

rafiramadhana commented 1 year ago

Issue: #50

Fix empty username when full name is more than 10 chars.

nekomeowww commented 1 year ago

Thank you for contribution!

rafiramadhana commented 1 year ago

@nekomeowww No worries. Btw just curious, is the token you mentioned relates to GPT products?

nekomeowww commented 1 year ago

@nekomeowww No worries. Btw just curious, is the token you mentioned relates to GPT products?

Yes, you can learn more from:

rafiramadhana commented 1 year ago

@nekomeowww This project seems interesting.

Is this bot feature mainly about summarizing articles on the web?

I've just tried your bot on Telegram. However, I am using google translate when trying your bot (including when reading the /help output). CMIIW if I am missing something related to the feature.

nekomeowww commented 1 year ago

@nekomeowww This project seems interesting.

Is this bot feature mainly about summarizing articles on the web?

Yes! The /smr command is used to summarize the link you send to the bot, and then the bot will fetch and summarize the contents of the web page into a brief summary with three following question to the contents. The /recap command is used to summarize the chat histories in Telegram groups to produce a recapture to what everyone was talking about during past hours.

Currently, we are focusing on improving the quality of chat history recapturing feature, and trying to extend the summarization feature by borrowing some of the langchain concepts.

I've just tried your bot on Telegram. However, I am using google translate when trying your bot (including when reading the /help output). CMIIW if I am missing something related to the feature.

Wow, how did you find the bot? Sorry to hear about the bad i18n user experience, we may have to start to work on i18n to support more languages.

rafiramadhana commented 1 year ago

Wow, how did you find the bot? Sorry to hear about the bad i18n user experience, we may have to start to work on i18n to support more languages.

I clicked the telegram badge in this repo.

Ok. Thanks for the explanation.