Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
devinyf committed Feb 22, 2024
1 parent a464947 commit 9d0b6fa
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

阿里云平台 dashscope api 的 golang 封装 (非官方)

#### examples:
* [通义千问](#通义千问)
* [通义千问VL](#通义千问vl视觉理解大模型)
* [通义万相](#通义万相文生图)

开发中...

通义千问
### 通义千问
```go
import (
"context"
Expand Down Expand Up @@ -54,7 +59,7 @@ func main() {
}
```

通义万相(文生图)
### 通义万相(文生图)
```go
func main() {
model := wanx.WanxV1
Expand Down Expand Up @@ -111,8 +116,8 @@ func saveImg2Desktop(fileType string, data []byte) {
}
```

通义千问VL(视觉理解大模型)
* P.S. 直接使用 本地图片路径 或 图片URL链接 目前非稳定实现, 还没有看官方文档指引, 这里暂时模拟了 dashscope python 库的实现, 后续可能会有变更
### 通义千问VL(视觉理解大模型)
* P.S. 直接使用 图片本地路径 或 图片URL链接 目前还没有看官方 HTTP接口文档, 这里暂时模拟了 dashscope python 库的实现步骤, 后续可能会做变更
```go
func main() {
model := qwen.QwenVLPlus
Expand Down Expand Up @@ -170,7 +175,7 @@ func main() {
fmt.Println(resp.Output.Choices[0].Message.Content.ToString())
}
```

通义千问Audio TODO...

Paraformer语音识别: TODO...
### TODO...
* 通义千问Audio(音频语言大模型)
* Paraformer (语音识别转文字)
* 模型插件调用(申请了试用,目前还没通过审核...)

0 comments on commit 9d0b6fa

Please sign in to comment.