VisualGLM-6B icon indicating copy to clipboard operation
VisualGLM-6B copied to clipboard

Is this model image only or can it be used with text conversation as well?

Open git4sun opened this issue 1 year ago • 1 comments

As the title, is this model only support conversations with images? If I want to just chat, do I need to run the chatglm model separately? The code seems require image field in the input. Setting it to empty or ignore will generate error.

git4sun avatar May 20 '23 17:05 git4sun

Yes, the model can support chat without images. For example in cli_demo.py, you can type "Enter" to skipping the image path input. But in web/api demos, you might need to manually change the input logic.

Sleepychord avatar May 20 '23 19:05 Sleepychord