We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例行检查
问题描述 Spark Lite请求地址,对应的domain参数为lite (来源:https://www.xfyun.cn/doc/spark/Web.html#_1-接口说明)
尝试理解了一下代码,one-api/relay/adaptor/xunfei/main.go中的逻辑可能已过时 func apiVersion2domain(apiVersion string) string { switch apiVersion { case "v1.1": return "general"
复现步骤 配置讯飞渠道为v1.1时,无法成功调用Spark Lite
预期结果 能够成功调用Spark Lite
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
例行检查
问题描述
Spark Lite请求地址,对应的domain参数为lite
(来源:https://www.xfyun.cn/doc/spark/Web.html#_1-接口说明)
尝试理解了一下代码,one-api/relay/adaptor/xunfei/main.go中的逻辑可能已过时
func apiVersion2domain(apiVersion string) string {
switch apiVersion {
case "v1.1":
return "general"
复现步骤
配置讯飞渠道为v1.1时,无法成功调用Spark Lite
预期结果
能够成功调用Spark Lite
The text was updated successfully, but these errors were encountered: