mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 09:15:18 +02:00
fixed wrong encoding (+1 squashed commits)
Squashed commits: [a87d059a8] fixed wrong encoding
This commit is contained in:
@@ -524,6 +524,8 @@ class MCPStdioClient:
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
text=True,
|
||||
encoding='utf-8',
|
||||
errors='replace',
|
||||
bufsize=1,
|
||||
env=full_env,
|
||||
cwd=cwd
|
||||
|
||||
Reference in New Issue
Block a user