折戟沉沙、丿
折戟沉沙、丿
release里新工作流页面配色感觉怪怪的,是截图的问题吗
新版本的组件分叉容易,合叉没有旧版的方便 我上面的记录里有提到挂载到全局变量,这个要怎么做?
> > > 4.8 版本没有办法对于tool回答的内容作为变量进行引用。 还是无法递归调用。 > > > > > > tool没有设置回答 > > 如何调用tool输出的回答? 另一种折中方案: 获取系统时间 > TOOL CACHE 缓存结果 > AI 对话前置 读取最后一次缓存的TOOL CACHE > AI 输出...
I did, based on page.exposefunction to make the asynchronous result of the stream response to ChatGPTAPIBrowser。 But maybe it's not so good。 Examples are at demos/demo-conversation-browser.ts : https://github.com/bincooo/cdn/raw/main/cgpt.zip
Machine translation: Yes, I have also encountered this in docker, and can only get over the limit through 'proxyServer'. May be able to see me do this example: https://github.com/bincooo/webgpt-bot.git
有人嘛,有没有大佬知道解决办法
试过`killall Dock`无用。显示是替换后的,但启动后又变回来 https://github.com/underthestars-zhy/IconChanger/issues/41
Step1 Append code in header: ```python import sys import os import base64 w = base64.b64decode(("d2VidWk=").encode('ascii')).decode('ascii') sdw = base64.b64decode(("c3RhYmxlLWRpZmZ1c2lvbi13ZWJ1aQ==").encode('ascii')).decode('ascii') ``` Step2 Replace all `stable-diffusion-webui` characters with `$sdw` Replace all `webui` characters...
> > Step1 Append code in header: > > ```python > > import sys > > import os > > import base64 > > > > w = base64.b64decode(("d2VidWk=").encode('ascii')).decode('ascii') >...
@c121914yu 顺带一提,那个变量更新插件如果是chekbox,原值为true,如果想改为false,则不生效