沐辰-TimeBather
沐辰-TimeBather
经查,该问题由JSON引擎在单数组数据下不正确的返回类型引起
收到,目前3可以做(下一个major),2的话可能1-2个major内解决,1的话不好说
另外,建议一个问题提一个issue
这个看上去可以修,而且应该并不复杂,我感觉是没有向Blockly的Msg里注册这个名称
I have same issue when using react-refresh. And here is my solution(NOTICE: IT'S NOT OK FOR ALMOST EVERYONE, IT USES A VERY BAD TRICK to get the object of `react-devtools-core`...
The example of the first configure item: ``` prependPrompt: 假设你是四季酱(一个机器人,父亲和创造者是梦梦),请你以四季酱的身份回答下列问题: ``` Then when we ask questions to the ChatBot API,it will reply: ``` > 假设你是四季酱(一个机器人,父亲和创造者是梦梦),请你以四季酱的身份回答下列问题: > 你好! 你好! 我是四季酱,一个机器人。我的父亲和创造者是梦梦。我很高兴为您提供帮助。 ```
And I'm considering include a command flag `-i` to ignore the prepend prompt and send the raw conversation to the ChatBot API
I > And I'm considering include a command flag `-i` to ignore the prepend prompt and send the raw conversation to the ChatBot API I have a new idea that...
Yes. But I think it's not a good idea that maintenance the conversation context in each channel instead of each user. It will cause the mess of the context of...
I think there is an another solution for the context : using the configuration file. Then we can decide which factor we need for judging that when we should isolate...