Skip to content

Commit 07f8396

Browse files
authored
Merge pull request #167 from owndev/166-bug-image-is-displayed-twice
Update version and enhance image and video generation handling
2 parents 9e064cc + 5ea8b63 commit 07f8396

2 files changed

Lines changed: 265 additions & 30 deletions

File tree

docs/google-gemini-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ for part in response.parts:
348348
The Google Gemini pipeline supports video generation using **Google Veo models** (Veo 3.1, 3, and 2). Veo models appear automatically in the model list with a 🎬 indicator.
349349

350350
> [!IMPORTANT]
351-
> Video generation uses a different API path than text/image generation. Requests are **always non-streaming** — the pipeline submits a video generation job, polls for completion, and returns the result with embedded video playback.
351+
> Video generation uses a different API path than text/image generation. Requests are **always non-streaming** — the pipeline submits a video generation job, polls for completion, uploads the result to Open WebUI, and attaches it to the chat as a generated file entry. Native inline playback after reload depends on Open WebUI's frontend support for video files.
352352
353353
### Supported Models
354354

0 commit comments

Comments
 (0)