Skip to content

Commit

Permalink
add anouncement and keep it disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul committed Jan 17, 2024
1 parent 456ed20 commit 6f5211a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TaskWeaver is A **code-first** agent framework for seamlessly planning and execu


## 🆕 News
- 📅2024-01-17: TaskWeaver now has a plugin `vision_web_explorer` that can open a web browser and explore websites.🌐
- 📅2024-01-15: TaskWeaver now supports Streaming♒ in both UI and command line.✌️
- 📅2024-01-01: Welcome join TaskWeaver [Discord](https://discord.gg/Z56MXmZgMb).
- 📅2023-12-21: TaskWeaver now supports a number of LLMs, such as LiteLLM, Ollama, Gemini, and QWen🎈.
Expand Down
1 change: 1 addition & 0 deletions project/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ So, you need to configure the GPT model (similar with configuring the main proje


## vision_web_explorer
This plugin by default is **not** enabled. If you want to use this plugin, you need to enable it in the `vision_web_explorer.yaml` file.
In this plugin, we use Selenium driver to open a web browser and navigate to a website.
So, you need to install the following python packages:
```bash
Expand Down
2 changes: 1 addition & 1 deletion project/plugins/vision_web_explorer.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vision_web_explorer
enabled: true
enabled: false
required: false
plugin_only: true
description: >-
Expand Down

0 comments on commit 6f5211a

Please sign in to comment.