Merged
Conversation
fix(proxy): 修正 HTTPS CONNECT 处理及 TLS 升级逻辑
…tor-timeout,-but-it-may-clog-the-task-queue fix:优化流式数据超时处理,增加错误日志记录并调整超时阈值 待测试
FIx:简单修复因用户手动中断请求后,之后的所有回复错位的问题.
在GUI中集成本地LLM模拟服务的启动、停止和监控功能: 1. 新增LLM服务管理按钮和相关状态显示 2. 实现后端服务端口检测和日志实时输出 3. 添加服务进程管理和优雅终止逻辑 4. 更新README文档说明新功能 同时改进llm.py的日志处理和端口配置灵活性,支持通过参数指定后端服务端口。
GUI增加llm服务功能调用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
更新和修复了不少问题