Skip to content

Commit

Permalink
Browse: disambiguate more
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Feb 27, 2024
1 parent b5ed078 commit e3ed6f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/config-feature-browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
Allows users to load web pages across various components of `big-AGI`. This feature is supported by Puppeteer-based
browsing services, which are the most common way to render web pages in a headless environment.

Once configured, the Browsing service provides this functionality:
Once configured, the Browsing service provides the following functionality:

-**Paste a URL**: Simply paste/drag a URL into the chat, and `big-AGI` will load and attach the page (very effective)
-**Use /browse**: Type `/browse [URL]` in the chat to command `big-AGI` to load the specified web page
-**ReAct**: ReAct will automatically use the `loadURL()` function whenever a URL is encountered
- ✖️ NOT available: **Auto-browsing by LLMs**: if an LLM encounters a URL, it will NOT load the page and will likely respond

It does not yet support the following functionality:

- ✖️ **Auto-browsing by LLMs**: if an LLM encounters a URL, it will NOT load the page and will likely respond
that it cannot browse the web - No technical limitation, just haven't gotten to implement this yet outside of `/react` yet

First of all, you need to procure a Puppteer web browsing service endpoint. `big-AGI` supports services like:
Expand Down

0 comments on commit e3ed6f8

Please sign in to comment.