steamship-core / python-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug:chinese encoding error

wunglee opened this issue · comments

from steamship import Steamship

instance = Steamship.use("PACKAGE_HANDLE", "INSTANCE_HANDLE", config={
"default_name": "王某"
})

print(instance.invoke("greet") #######. chinese encoding error

Thank you for reporting! I've been able to reproduce locally. Will work on a fix.

Hi again - just reporting that I have a backend fix in the works. Will close this issue once it's deployed to production.