【求助贴】fastgpt对接商业多模态模型API时接口异常? #346

Closed
opened 2024-11-04 18:06:44 +08:00 by 11256832216cs · 3 comments

求助,使用fastgpt对接了阿里的qwen-vl 和 智谱的glm-4v 都不行。
想咨询一下,有与fastgpt可以对接正常的多模态图片模型吗?
有用fastgpt对接商业多模态模型API成功的吗?想参考下成功案例。

求助,使用fastgpt对接了阿里的qwen-vl 和 智谱的glm-4v 都不行。 想咨询一下,有与fastgpt可以对接正常的多模态图片模型吗? 有用fastgpt对接商业多模态模型API成功的吗?想参考下成功案例。

可以的。
fastgpt 配置

    {
        "model": "glm-4v",
        "name": "glm-4v",
        "avatar": "/imgs/model/chatglm.svg",
        "maxContext": 1024,
        "maxResponse": 1024,
        "quoteMaxToken": 4000,
        "maxTemperature": 0.9,
        "charsPointsPrice": 0,
        "censor": false,
        "vision": true,
        "datasetProcess": true,
        "usedInClassify": true,
        "usedInExtractFields": true,
        "usedInToolCall": true,
        "usedInQueryExtension": true,
        "toolChoice": true,
        "functionCall": false,
        "customCQPrompt": "",
        "customExtractPrompt": "",
        "defaultSystemChatPrompt": "",
        "defaultConfig": {}
    },

oneapi 配置如图
image

可以的。 fastgpt 配置 ``` { "model": "glm-4v", "name": "glm-4v", "avatar": "/imgs/model/chatglm.svg", "maxContext": 1024, "maxResponse": 1024, "quoteMaxToken": 4000, "maxTemperature": 0.9, "charsPointsPrice": 0, "censor": false, "vision": true, "datasetProcess": true, "usedInClassify": true, "usedInExtractFields": true, "usedInToolCall": true, "usedInQueryExtension": true, "toolChoice": true, "functionCall": false, "customCQPrompt": "", "customExtractPrompt": "", "defaultSystemChatPrompt": "", "defaultConfig": {} }, ``` oneapi 配置如图 <img width="1124" alt="image" src="/attachments/a64b0c8a-a4c7-4988-b962-dd38477dae3b">
214 KiB
Author

好的,我配置下试试

好的,我配置下试试
Author

成功了

成功了
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#346
No description provided.