Skip to content

Commit

Permalink
混元大模型
Browse files Browse the repository at this point in the history
  • Loading branch information
juxiaoming committed Sep 14, 2024
1 parent c5fcede commit 8c603e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implement_hunyuan.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type HunyuanConf struct {
}

func NewHunyuanConf(url, clientId, clientSecret string) *Config {
return &Config{BaiDuUrl: url, HunyuanClientId: clientId, HunyuanClientSecret: clientSecret}
return &Config{HunyuanUrl: url, HunyuanClientId: clientId, HunyuanClientSecret: clientSecret}
}

type HunyuanServer struct {
Expand Down

0 comments on commit 8c603e2

Please sign in to comment.