Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support depth search #54

Merged
merged 1 commit into from
Jan 14, 2025
Merged

support depth search #54

merged 1 commit into from
Jan 14, 2025

Conversation

huliang2016
Copy link
Contributor

  • 支持网页版的深度搜索
  • 使用方式:
{
    // 模型名称随意填写
    "model": "qwen",
    // 目前多轮对话基于消息合并实现,某些场景可能导致能力下降且受单轮最大token数限制
    // 如果您想获得原生的多轮对话体验,可以传入上一轮消息获得的id,来接续上下文
    // "conversation_id": "bc9ef150d0e44794ab624df958292300-40811965812e4782bb87f1a9e4e2b2cd",
    "messages": [
        {
            "role": "user",
            "content": "你是谁?"
        }
    ],
    // 如果使用SSE流请设置为true,默认false
    "stream": false,
    // 使用深度搜索,默认为 空
   "search_type": "depth"
}

@Vinlic Vinlic merged commit bbe58b7 into LLM-Red-Team:master Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants