unifuncs-deep-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUniFuncs 深度搜索 Skill
UniFuncs 深度搜索 Skill
高速、准确、全面的深度搜索能力。
高速、准确、全面的深度搜索能力。
首次使用配置
首次使用配置
- 前往 https://unifuncs.com/account 获取 API Key
- 设置环境变量:
export UNIFUNCS_API_KEY="sk-your-api-key"
- 前往 https://unifuncs.com/account 获取 API Key
- 设置环境变量:
export UNIFUNCS_API_KEY="sk-your-api-key"
使用方法
使用方法
执行深度搜索:
bash
curl -X POST "https://api.unifuncs.com/deepsearch/v1/chat/completions" \
-H "Authorization: Bearer $UNIFUNCS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "s2", "messages": [{"role": "user", "content": "$ARGUMENTS"}]}'执行深度搜索:
bash
curl -X POST "https://api.unifuncs.com/deepsearch/v1/chat/completions" \
-H "Authorization: Bearer $UNIFUNCS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "s2", "messages": [{"role": "user", "content": "$ARGUMENTS"}]}'参数说明
参数说明
| 参数 | 说明 | 默认值 |
|---|---|---|
| messages | 搜索问题 | 必填 |
| model | | s2 |
| 参数 | 说明 | 默认值 |
|---|---|---|
| messages | 搜索问题 | 必填 |
| model | | s2 |
更多信息
更多信息
- 详细 API 文档见 api.md
- 详细 API 文档见 api.md