mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[PR #80] bugfix: RuntimeError: async generator ignored GeneratorExit #118
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#118
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/ErlichLiu/DeepClaude/pull/80
Author: @minghuayao81
Created: 3/7/2025
Status: 🔄 Open
Base:
main← Head:feature/issue#55📝 Commits (5)
63e1e4bbugfix: RuntimeError: async generator ignored GeneratorExit0282395bugfix: RuntimeError: async generator ignored GeneratorExit6dc4817Merge branch 'feature/issue#55' of github.com:minghuayao81/DeepClaude into feature/issue#55ab02954Merge branch 'main' into feature/issue#55da66dbfMerge branch 'main' into feature/issue#55📊 Changes
5 files changed (+37 additions, -18 deletions)
View changed files
📝
app/clients/__init__.py(+2 -2)📝
app/clients/base_client.py(+9 -0)📝
app/clients/deepseek_client.py(+3 -0)📝
app/deepclaude/deepclaude.py(+10 -8)📝
app/openai_composite/openai_composite.py(+13 -8)📄 Description
当接收到deepseek的thinking部分内容后,直接断开和deepseek服务器的连接;接着还是第二阶段的推理
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.