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

使用腾讯的混元模型时出现invalid tencent config #3474

Closed
6 of 7 tasks
wendao8469759 opened this issue Dec 26, 2024 · 3 comments
Closed
6 of 7 tasks

使用腾讯的混元模型时出现invalid tencent config #3474

wendao8469759 opened this issue Dec 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@wendao8469759
Copy link

wendao8469759 commented Dec 26, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已完整查看过项目 README,以及项目文档
  • 我使用了自己的 key,并确认我的 key 是可正常使用的
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

你的版本

  • 公有云版本
  • 私有部署版本, 具体版本号: V4.8.16

问题描述, 日志截图,配置文件等
image

复现步骤
config.json

 {
      "provider": "Hunyuan", // 模型提供商,主要用于分类展示,目前已经内置提供商包括:https://github.com/labring/FastGPT/blob/main/packages/global/core/ai/provider.ts, 可 pr 提供新的提供商,或直接填写 Other
      "model": "hunyuan-turbo", // 模型名(对应OneAPI中渠道的模型名)
      "name": "腾讯混元模型-hunyuan-turbo", // 模型别名
      "maxContext": 125000, // 最大上下文
      "maxResponse": 16000, // 最大回复
      "quoteMaxToken": 120000, // 最大引用内容
      "maxTemperature": 1.2, // 最大温度
      "charsPointsPrice": 0, // n积分/1k token(商业版)
      "censor": false, // 是否开启敏感校验(商业版)
      "vision": true, // 是否支持图片输入
      "datasetProcess": true, // 是否设置为文本理解模型(QA),务必保证至少有一个为true,否则知识库会报错
      "usedInClassify": true, // 是否用于问题分类(务必保证至少有一个为true)
      "usedInExtractFields": true, // 是否用于内容提取(务必保证至少有一个为true)
      "usedInToolCall": true, // 是否用于工具调用(务必保证至少有一个为true)
      "usedInQueryExtension": true, // 是否用于问题优化(务必保证至少有一个为true)
      "toolChoice": true, // 是否支持工具选择(分类,内容提取,工具调用会用到。)
      "functionCall": false, // 是否支持函数调用(分类,内容提取,工具调用会用到。会优先使用 toolChoice,如果为false,则使用 functionCall,如果仍为 false,则使用提示词模式)
      "customCQPrompt": "", // 自定义文本分类提示词(不支持工具和函数调用的模型
      "customExtractPrompt": "", // 自定义内容提取提示词
      "defaultSystemChatPrompt": "", // 对话默认携带的系统提示词
      "defaultConfig": {}, // 请求API时,挟带一些默认配置(比如 GLM4 的 top_p)
      "fieldMap": {} // 字段映射(o1 模型需要把 max_tokens 映射为 max_completion_tokens)
    },

预期结果

相关截图
image
image

@wendao8469759 wendao8469759 added the bug Something isn't working label Dec 26, 2024
@13128572534
Copy link

我也遇到同样的问题,请问大佬有解决了吗

@wendao8469759
Copy link
Author

解决了 他要的是
AppId|SecretId|SecretKey 这三个值组成一个字符串填写在秘钥中

@13128572534
Copy link

解决了 他要的是 AppId|SecretId|SecretKey 这三个值组成一个字符串填写在秘钥中

感谢大佬,牛批plus,我尝试了已解决问题。

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

No branches or pull requests

3 participants