[PR #80] bugfix: RuntimeError: async generator ignored GeneratorExit #118

Open
opened 2026-02-27 01:56:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ErlichLiu/DeepClaude/pull/80
Author: @minghuayao81
Created: 3/7/2025
Status: 🔄 Open

Base: mainHead: feature/issue#55


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ErlichLiu/DeepClaude/pull/80 **Author:** [@minghuayao81](https://github.com/minghuayao81) **Created:** 3/7/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/issue#55` --- ### 📝 Commits (5) - [`63e1e4b`](https://github.com/ErlichLiu/DeepClaude/commit/63e1e4bde580ae2bf381159056ad043cc01737f3) bugfix: RuntimeError: async generator ignored GeneratorExit - [`0282395`](https://github.com/ErlichLiu/DeepClaude/commit/0282395a5d30d53f2c986d18e89b90e0174b877f) bugfix: RuntimeError: async generator ignored GeneratorExit - [`6dc4817`](https://github.com/ErlichLiu/DeepClaude/commit/6dc4817aa1b7ab4a2678eb1b1028f67b2cbcc74d) Merge branch 'feature/issue#55' of github.com:minghuayao81/DeepClaude into feature/issue#55 - [`ab02954`](https://github.com/ErlichLiu/DeepClaude/commit/ab029545600d58eec44bdf441394f05ea0ce84e6) Merge branch 'main' into feature/issue#55 - [`da66dbf`](https://github.com/ErlichLiu/DeepClaude/commit/da66dbf94ddf096b33d94ee3ca03bf886b36c79b) Merge branch 'main' into feature/issue#55 ### 📊 Changes **5 files changed** (+37 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 当接收到deepseek的thinking部分内容后,直接断开和deepseek服务器的连接;接着还是第二阶段的推理 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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
starred/DeepClaude#118
No description provided.