Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
devinyf committed Feb 21, 2024
1 parent 6e69d95 commit 105c58c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,6 @@ func saveImg2Desktop(fileType string, data []byte) {

通义千问VL(视觉理解大模型)
```go
package main

import (
"context"
"fmt"
"os"

"github.com/devinyf/dashscopego"
"github.com/devinyf/dashscopego/qwen"
)

func main() {
model := string(qwen.QwenVLPlus)
token := os.Getenv("DASHSCOPE_API_KEY")
Expand Down

0 comments on commit 105c58c

Please sign in to comment.