mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #131] [MERGED] Fix: Google GenAI pipeline #319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/131
Author: @justinh-rahb
Created: 6/28/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @tjbck
Base:
main← Head:gemini-fix📝 Commits (8)
48f77c5Fix Gemini5013298Bumpmax_output_tokensc44217bAdd loggingb82d902Print logginge9cedbfFix non-streaming response2021256Update frontmatter130e9ceRefacc4e2d49Update metadata📊 Changes
1 file changed (+82 additions, -50 deletions)
View changed files
📝
examples/pipelines/providers/google_manifold_pipeline.py(+82 -50)📄 Description
This PR addresses a critical issue in the Google GenAI pipeline where input type mismatches were causing errors, particularly in title generation. It also improves the handling of multi-modal inputs.
Fixes:
Key changes:
pipefunction to ensure all inputs are properly converted to the expected string format.These updates should:
str" error reported by users.Testing:
Please test thoroughly with various input types and pay special attention to title generation functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.