🐛 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{
|
||||
BaseProvider: base.BaseProvider{
|
||||
BaseURL: "wss://spark-api.xf-yun.com",
|
||||
ChatCompletions: "",
|
||||
ChatCompletions: "true",
|
||||
Context: c,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user