mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 13:15:54 +03:00
[GH-ISSUE #32] oneapi模式每条claude消息后都有{"error": "AttributeError: 'str' object has no attribute 'decode'"} #20
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#20
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?
Originally created by @tohsakrat on GitHub (Feb 13, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/32
如题,把log等级调到debugger看了下打印信息,和消息正文连在一起的,看了下字符串拼接部分是用\n来join的,没有\n说明不是消息拼接过程中的问题,是哪里解码出问题了吗?
别的还好,但是总是有这个东西会非常浪费token
@tohsakrat commented on GitHub (Feb 13, 2025):
是这一行造成的
open-webui不兼容这样的空消息,所以在本地报了个错,然后污染了上下文
@tohsakrat commented on GitHub (Feb 13, 2025):
总之自己改了一下