Closed Wenlin88 closed 3 weeks ago
With latest Open WebUI version it is not any more needed to split content to image and text content:
class ImageContent(BaseModel): type: str image_url: dict class TextContent(BaseModel): type: str text: str
Old implementation can be again used. Tested with Azure OpenAI service GPT-4o model.
With latest Open WebUI version it is not any more needed to split content to image and text content:
Old implementation can be again used. Tested with Azure OpenAI service GPT-4o model.