Skip to content
New issue

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 #1886

Open
5 tasks done
jochne opened this issue Oct 23, 2024 · 0 comments · May be fixed by #1896
Open
5 tasks done

Spark Lite请求地址,对应的domain参数应为lite #1886

jochne opened this issue Oct 23, 2024 · 0 comments · May be fixed by #1896
Labels
bug Something isn't working

Comments

@jochne
Copy link

jochne commented Oct 23, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已确认我已升级到最新版本
  • 我已完整查看过项目 README,尤其是常见问题部分
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 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

@jochne jochne added the bug Something isn't working label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant