|
|
|
Show HN: GPT4-powered Slack bot that can scrape URL contents
(github.com)
|
|
8 points
by alex000kim
1187 days ago
|
|
This repository contains a Python-based Slack GPT Bot that uses OpenAI's GPT model to answer users' questions. Additionally, the bot can extract content from URLs provided in the user's message and take into account their content in its response. Features
- Extract URLs from user messages
- Scrape webpage content from URLs
- Integrate with OpenAI's GPT-4 to answer questions
- Maintain conversation context in a threaded format
- Socket mode integration with Slack |
|
I found the context size for gpt-3 to be extremely limiting when I was hacking at ideas. Seeing this and knowing the context size for gpt-4 is larger is giving me motivation to pick up where I left off.