You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
你好,在看完这个项目之后,我自己去尝试了写一些案例,其中,流式输出的案例只有自定义object的方法,能否提供OpenAiApiDynamicFunctionExample的流式输出案例呢,我自己尝试去写发现一直报错,错误原因是json序列化的问题,数据格式为"{"xxx:xxx,xxx:xxx"}",会报 "}" 125的问题,我被这个问题困扰了很久,希望你可以帮我解决这个问题