AI Dynamics

Global AI News Aggregator

About

New Requests Chain: LLM Interaction with Web URLs

@BruceHammer helped add a requests chain This hits a given URL, and then passes the parsed response as context to the LLM. Very useful interacting with the web! See the example of doing a google search here: https://
langchain.readthedocs.io/en/latest/exam
ples/chains/llm_requests.html

→ View original post on X — @langchain