browser-use-ui
Table of contents
To start browser-use-ui
, follow these steps:
Steps to Start browser-use-ui
:
Create and Activate the Environment:
source /media/backup_006_3/workspace.01.main/web-ui/browseruseui/bin/activate
Run the Web UI:
python webui.py --ip 127.0.0.1 --port 7788
Access the Web UI: Open your browser and navigate to:
http://127.0.0.1:7788
Steps to Set Up OpenAI API:
Subscribe to OpenAI API:
- Purchase an OpenAI API subscription.
Generate API Key:
- Go to OpenAI API Keys and create your API key.
Configure LLM Settings:
- Navigate to the
LLM Configure
tab.
- Navigate to the
Fill in Configuration Fields:
Base URL:
https://api.openai.com/v1/
API Key: Enter your generated API key (leave blank to use
.env
if configured).