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://fastgpt.in
Other
15.58k stars 4.09k forks source link

通义千问的config.json怎么配置 #1960

Closed Wuqunqun closed 1 week ago

Wuqunqun commented 1 week ago

例行检查

功能描述

应用场景

相关示例

hellokid200 commented 1 week ago

{ "model": "qwen-max", "name": "Qwen-Max", "avatar": "/imgs/model/qwen.svg", "maxContext": 16000, "maxResponse": 4000, "quoteMaxToken": 13000, "maxTemperature": 1.2, "charsPointsPrice": 0, "censor": false, "vision": false, "datasetProcess": true, "usedInClassify": true, "usedInExtractFields": true, "usedInToolCall": true, "usedInQueryExtension": true, "toolChoice": true, "functionCall": false, "customCQPrompt": "", "customExtractPrompt": "", "defaultSystemChatPrompt": "", "defaultConfig": {} }

Wuqunqun commented 1 week ago

{ "model": "qwen-max", "name": "Qwen-Max", "avatar": "/imgs/model/qwen.svg", "maxContext": 16000, "maxResponse": 4000, "quoteMaxToken": 13000, "maxTemperature": 1.2, "charsPointsPrice": 0, "censor": false, "vision": false, "datasetProcess": true, "usedInClassify": true, "usedInExtractFields": true, "usedInToolCall": true, "usedInQueryExtension": true, "toolChoice": true, "functionCall": false, "customCQPrompt": "", "customExtractPrompt": "", "defaultSystemChatPrompt": "", "defaultConfig": {} }

vectorModels怎么配置呢,你发的这个只能配置聊天吧,文档训练的能配置吗,索引模型

xiaoToby commented 1 week ago

https://doc.fastgpt.in/docs/development/custom-models/m3e/

c121914yu commented 1 week ago

复制,粘贴,修改 model 和 maxtoken 相关即可