[PR #139] [CLOSED] feat: add support for stream response #193

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

📋 Pull Request Information

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

Base: masterHead: stream_added


📝 Commits (1)

  • e8650e6 Add Stream Response Support

📊 Changes

10 files changed (+2333 additions, -3 deletions)

View changed files

📝 README.md (+71 -0)
a.json (+5 -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

add support for stream response


🔄 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/139 **Author:** [@hvjg2578](https://github.com/hvjg2578) **Created:** 10/5/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stream_added` --- ### 📝 Commits (1) - [`e8650e6`](https://github.com/HanaokaYuzu/Gemini-API/commit/e8650e6d3cf07037639da34b3d9f490785dff205) Add Stream Response Support ### 📊 Changes **10 files changed** (+2333 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+71 -0) ➕ `a.json` (+5 -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 add support for stream response --- <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:03 -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#193
No description provided.