gkamradt / langchain-tutorials

Overview and tutorial of the LangChain Library
6.63k stars 1.92k forks source link

Add Slack Summarization Plugin as a use case #57

Open matisandacz opened 12 months ago

matisandacz commented 12 months ago

I wanted to point out this application has been built directly with ChatGPT. However, I consider it is a valuable resource and use case to show in this repository. It's a good example on how to call Open AI API's directly from Javascript, how to split large prompts into tokens, and how to integrate it with slack using slash commands. I also made sure to use good software engineering practices.