labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.05k stars 4.56k forks source link

讯飞星火SparkDesk-v3.5无法正常使用 #1092

Open cnliucheng opened 5 months ago

cnliucheng commented 5 months ago

例行检查

你的版本

问题描述 接入one-api后,使用星火SparkDesk-v3.5模型,无论输入任何内容都返回10013错误,即使知识库为空内容,测试的时候也返回10013错误。在one-api中渠道测试也成功。 把one-api接入lobe-chat使用SparkDesk-v3.5则一切正常。 以下是 config.json文件相关设置:

{
      "model": "SparkDesk-v3.5",
      "name": "讯飞星火",
      "datasetProcess": true,
      "usedInClassify": true,
      "usedInExtractFields": true,
      "usedInToolCall": true,
      "usedInQueryExtension": true,
      "maxContext": 8000,
      "maxResponse": 4000,
      "quoteMaxToken": 1900,
      "maxTemperature": 1,
      "vision": false,
      "defaultSystemChatPrompt": ""
    },

复现步骤

预期结果

相关截图 QQ截图20240326123155

cnliucheng commented 5 months ago

已解决,在建知识库的时候,选择索引模型的时候用“text-embedding-ada-002”就可以了。

cnliucheng commented 5 months ago

最终发现,在应用设置里面,问题优化不能选讯飞,选了就会报错。

c121914yu commented 5 months ago

还不确定原因,感觉是被风控了~