browser-use with GUI
- Python 3.9 or higher
- A valid OpenAI API Key (and optionally an Anthropic API Key)
- Run the app:
python main.py
- Enter configuration:
- OpenAI API Key / Anthropic API Key
- Model name (e.g.,
gpt-3.5-turbo
,gpt-4
, etc.)
- Provide a task in the text field and click Execute.
- Check logs and final results in the GUI.
- History files will be saved under
history/
.
MIT