Skip to content

CSGLite 接入第三方 Provider 后,Chat 模型可用,但 Image 模型无法正常调用 #60

Description

@1pzq

CSGLite 接入第三方 Provider 后,Chat 模型可用,但 Image 模型无法正常调用

版本

v0.9.22

问题描述

当前在 CSGLite 中接入第三方 Provider 后,Chat 类模型可以正常通过对话框调用,但 Image 生成模型无法正常使用。

也就是说,同一个第三方 Provider 下,Chat 模型可以正常返回回答,但图片生成模型在图像生成部分选择后无法正常生成图片。

当前现象

在 CSGLite 接入第三方 Provider 后,同一个 Provider 下的 Chat 模型可以正常调用,例如:

  • gpt-5.5 [openai]
  • gpt-5.6 [openai]
  • gpt-5.6-luna [openai]
  • gpt-5.6-sol [openai]

这些 Chat 模型在对话框中调用时可以正常返回回答。

但是在图像生成部分选择云端图片模型时无法正常调用。例如选择:

  • gpt-image-2 [openai]

在对话框中调用该模型后没有正常生成图片,而是出现报错。

报错信息类似:

model "gpt-image-2" not found locally; use 'csghub-lite pull gpt-image-2' first

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions