add vlms: qwen-vl2, smol-vl2, toriigate

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-02 17:07:43 -05:00
parent 0b0fd795c8
commit e40b33d237
4 changed files with 166 additions and 31 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ class ResInterrogate(BaseModel):
class ReqVQA(BaseModel):
image: str = Field(default="", title="Image", description="Image to work on, must be a Base64 string containing the image's data.")
model: str = Field(default="MS Florence 2 Base", title="Model", description="The interrogate model used.")
model: str = Field(default="Microsoft Florence 2 Base", title="Model", description="The interrogate model used.")
question: str = Field(default="describe the image", title="Question", description="Question to ask the model.")
class ReqHistory(BaseModel):