From a995465321cf45643019bf305eeea37ea9c81f15 Mon Sep 17 00:00:00 2001 From: katiue Date: Fri, 10 Jan 2025 02:37:47 +0700 Subject: [PATCH] reduce modified files --- .vscode/settings.json | 18 +++++++++--------- README.md | 2 +- requirements.txt | 3 ++- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6c5f785..8b09300 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { - "python.analysis.typeCheckingMode": "basic", - "[python]": { - "editor.defaultFormatter": "charliermarsh.ruff", - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.fixAll.ruff": "explicit", - "source.organizeImports.ruff": "explicit" - } + "python.analysis.typeCheckingMode": "basic", + "[python]": { + "editor.defaultFormatter": "charliermarsh.ruff", + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.fixAll.ruff": "explicit", + "source.organizeImports.ruff": "explicit" } - } \ No newline at end of file + } +} diff --git a/README.md b/README.md index 419f972..1ebee46 100644 --- a/README.md +++ b/README.md @@ -129,4 +129,4 @@ CHROME_USER_DATA="~/Library/Application Support/Google/Chrome/Profile 1" ## Changelog -- [x] **2025/01/06:** Thanks to @richard-devbot, a New and Well-Designed WebUI is released. [Video tutorial demo](https://github.com/warmshao/browser-use-webui/issues/1#issuecomment-2573393113). \ No newline at end of file +- [x] **2025/01/06:** Thanks to @richard-devbot, a New and Well-Designed WebUI is released. [Video tutorial demo](https://github.com/warmshao/browser-use-webui/issues/1#issuecomment-2573393113). diff --git a/requirements.txt b/requirements.txt index eabdb7d..852269e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ browser-use>=0.1.18 langchain-google-genai>=2.0.8 pyperclip gradio -langchain-ollama \ No newline at end of file +langchain-ollama +