🐛 fix: fix xunfei api error
This commit is contained in:
parent
045e2fa139
commit
8bcaf182bc
@ -21,7 +21,7 @@ func (f XunfeiProviderFactory) Create(c *gin.Context) base.ProviderInterface {
|
|||||||
return &XunfeiProvider{
|
return &XunfeiProvider{
|
||||||
BaseProvider: base.BaseProvider{
|
BaseProvider: base.BaseProvider{
|
||||||
BaseURL: "wss://spark-api.xf-yun.com",
|
BaseURL: "wss://spark-api.xf-yun.com",
|
||||||
ChatCompletions: "",
|
ChatCompletions: "true",
|
||||||
Context: c,
|
Context: c,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user