Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devinyf authored Jun 6, 2024
1 parent ca1919c commit 2f1965e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ go get -u github.com/devinyf/dashscopego
```


### Examples:
### 功能列表 & Examples:
#### 通义千问
- [x] [大语言模型](./example/qwen/stream_call.go)
- [x] [千问VL(视觉理解模型)](./example/qwen_vl/stream_call.go)
- [x] [千问Audio(音频语言模型)](./example/qwen_audio/stream_call.go)
##### 模型插件调用
##### Plugins 模型插件
- [x] [pdf解析](./example/qwen_plugins/pdf_extracter/main.go)
- [x] [Python代码解释器](./example/qwen_plugins/code_interpreter/main.go)
- [ ] 计算器
Expand Down

0 comments on commit 2f1965e

Please sign in to comment.