We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1919c commit 2f1965eCopy full SHA for 2f1965e
README.md
@@ -10,12 +10,12 @@ go get -u github.com/devinyf/dashscopego
10
```
11
12
13
-### Examples:
+### 功能列表 & Examples:
14
#### 通义千问
15
- [x] [大语言模型](./example/qwen/stream_call.go)
16
- [x] [千问VL(视觉理解模型)](./example/qwen_vl/stream_call.go)
17
- [x] [千问Audio(音频语言模型)](./example/qwen_audio/stream_call.go)
18
- ##### 模型插件调用
+ ##### Plugins 模型插件
19
- [x] [pdf解析](./example/qwen_plugins/pdf_extracter/main.go)
20
- [x] [Python代码解释器](./example/qwen_plugins/code_interpreter/main.go)
21
- [ ] 计算器
0 commit comments