mirror of
https://github.com/HanaokaYuzu/Gemini-API.git
synced 2026-04-12 12:23:03 -06:00
[PR #139] [CLOSED] feat: add support for stream response #193
Labels
No labels
advanced
advanced
bug
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
model
pull-request
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mirrors/Gemini-API#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/HanaokaYuzu/Gemini-API/pull/139
Author: @hvjg2578
Created: 10/5/2025
Status: ❌ Closed
Base:
master← Head:stream_added📝 Commits (1)
e8650e6Add 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.