mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-19 07:54:38 +00:00
docs: add DashScope quota limits to web search documentation
- Add quota information (200 requests/minute, 2000 requests/day) to DashScope provider description - Update provider details section with quota limits
This commit is contained in:
parent
9a41db612a
commit
864bf03fee
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Use `web_search` to perform a web search and get information from the internet.
|
|||
|
||||
### Supported Providers
|
||||
|
||||
1. **DashScope** (Official, Free) - Default provider, always available when using Qwen OAuth authentication
|
||||
1. **DashScope** (Official, Free) - Default provider, always available when using Qwen OAuth authentication (200 requests/minute, 2000 requests/day)
|
||||
2. **Tavily** - High-quality search API with built-in answer generation
|
||||
3. **Google Custom Search** - Google's Custom Search JSON API
|
||||
|
||||
|
|
@ -120,6 +120,7 @@ web_search(query="best practices for React 19", provider="dashscope")
|
|||
- **Cost:** Free
|
||||
- **Authentication:** Automatically available with Qwen OAuth
|
||||
- **Configuration:** No API key required
|
||||
- **Quota:** 200 requests/minute, 2000 requests/day
|
||||
- **Best for:** General queries, always available
|
||||
|
||||
### Tavily
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue