[PR #141] [CLOSED] fix: support for multiple candidates genetate_images and add more tests #195

Closed
opened 2026-02-13 17:28:04 -06:00 by mirrors · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HanaokaYuzu/Gemini-API/pull/141
Author: @hvjg2578
Created: 10/5/2025
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 3e7dc80 Add Stream Response Support
  • 8be41ed Merge pull request #1 from hvjg2578/add_stream

📊 Changes

9 files changed (+2328 additions, -3 deletions)

View changed files

📝 README.md (+71 -0)
docs/STREAMING_API_REFERENCE.md (+514 -0)
examples/streaming_examples.py (+298 -0)
📝 src/gemini_webapi/client.py (+214 -3)
📝 src/gemini_webapi/constants.py (+21 -0)
src/gemini_webapi/readme.md (+632 -0)
📝 src/gemini_webapi/types/__init__.py (+1 -0)
src/gemini_webapi/types/stream.py (+413 -0)
tests/test_chat_metadata.py (+164 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HanaokaYuzu/Gemini-API/pull/141 **Author:** [@hvjg2578](https://github.com/hvjg2578) **Created:** 10/5/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3e7dc80`](https://github.com/HanaokaYuzu/Gemini-API/commit/3e7dc8037354ba83f585c3fcd4c976334f8d164d) Add Stream Response Support - [`8be41ed`](https://github.com/HanaokaYuzu/Gemini-API/commit/8be41ed47369cf207eae63aedee0d46331361495) Merge pull request #1 from hvjg2578/add_stream ### 📊 Changes **9 files changed** (+2328 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+71 -0) ➕ `docs/STREAMING_API_REFERENCE.md` (+514 -0) ➕ `examples/streaming_examples.py` (+298 -0) 📝 `src/gemini_webapi/client.py` (+214 -3) 📝 `src/gemini_webapi/constants.py` (+21 -0) ➕ `src/gemini_webapi/readme.md` (+632 -0) 📝 `src/gemini_webapi/types/__init__.py` (+1 -0) ➕ `src/gemini_webapi/types/stream.py` (+413 -0) ➕ `tests/test_chat_metadata.py` (+164 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirrors 2026-02-13 17:28:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mirrors/Gemini-API#195
No description provided.