Skip to content

Commit

Permalink
Update config-browse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros authored Nov 25, 2023
1 parent fdb46d3 commit f4b645f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config-browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ First of all, you need to procure a Puppteer web browsing service endpoint. `big
- [BrightData](https://brightdata.com/products/scraping-browser) Scraping Browser
- [Cloudflare](https://developers.cloudflare.com/browser-rendering/) Browser Rendering, or
- any other Puppeteer-based service that provides a WebSocket endpoint (WSS)
- **including [your own browser](#your-own-chrome-browser)!**
- **including [your own browser](#your-own-chrome-browser)**

## Configuration

1. **Procure and Endpoint**: Ensure that your browsing service is running and has a WebSocket endpoint available:
1. **Procure an Endpoint**: Ensure that your browsing service is running and has a WebSocket endpoint available:
- this mustbe in the form: `wss://${auth}@{some host}:{port}`

2. **Configure `big-AGI`**: navigate to **Preferences** > **Tools** > **Browse** and enter the 'wss://...' connection
Expand Down

0 comments on commit f4b645f

Please sign in to comment.