marginal23326
marginal23326
> 2\. Keep the user's last configuration data, because every time you enter it, you have to reconfigure it, which I find very troublesome. You _should_ be able to save...
@microsoft-github-policy-service agree
@vvincent1234 updated the logic to use the manager's state directly; it should be alright now.
You can set `OPENAI_ENDPOINT` or `DEEPSEEK_ENDPOINT` in the `.env` file to `https://openrouter.ai/api/v1`. Then, in the UI, select the provider as `openai` (default) or `deepseek`, respectively.
You can save your config via "Configuration" > "Save Current Config". The next time, select the saved config file, and load it with "Load Existing Config From File". Unfortunately, automatic...
If that's the case, then the only option is to directly modify the code (change `openai` to `google` and the model name, `gpt-4o` to a google's one: **webui.py** ```python 769:...
> hello, thanks for your PR. refactor PRs need to be reviewed later, because it gets time to test all over Got it, thanks for the notice.
Hi, @warmshao. Could you review this PR when possible? Thanks
Make sure to use `browser-use==0.1.40` only: ``` pip install browser-use==0.1.40 ```
Try running this to see if it fixes the issue: ``` playwright install ```