-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing external links #11
Comments
This sounds like a cool feature, and OpenAI's ChatGPT (their web product) supports such "web browsing". See Should I use ChatGPT or the API? Unfortunately, it's difficult to emulate. baibot currently only uses the Chat completions API for contacting the model. The model itself cannot do such a thing. To implement the ability to summarize articles from a question like that:
Given all the uncertainty and complexity, I'd say that this feature is unlikely to get implemented. |
I know that "chat" is something completely different and more complex than just using the LLM API. A simple first approach could be extracting the links and attaching the content as context. Or any other way to add context to the chat without pasting wall of text into the chat itself. |
Hi,
Is there any way to baibot to access external links/assets/documents?
The text was updated successfully, but these errors were encountered: