dashscopego icon indicating copy to clipboard operation
dashscopego copied to clipboard

Tongyi Qwen Aliyun Dashscope API Golang implementation, non-official

Results 1 dashscopego issues
Sort by recently updated
recently updated
newest added

package main import ( "context" "fmt" "github.com/devinyf/dashscopego" "github.com/devinyf/dashscopego/qwen" ) func main() { // 定义 Model,API-KEY, 请求客户端 model := qwen.QwenTurbo token := "sk-*********************" if token == "" { panic("token is empty")...