CYB292
CYB292
我也遇到了类似的问题。然后想问下 https://echarts.apache.org/examples/zh/editor.html 真的是由该代码库运行起来的?
好像加载地图就会有问题。 现象: 1. 加载 3d bar 无问题 2. 加载3d地图有问题(如下图1,预期是图2)
# 复现步骤: 1. git clone 2. 切换至 dev 分支(其实用 gh-pages 也一样) 3. npm run compile:example 4. yarn 5. 访问 http://127.0.0.1:3002/en/editor.html?c=line-simple 6. 报错  # 环境 node v16.0.0 yarn 1.22.19 npm...
> I also encountered this problem I'm running out of ideas to fix this issue~ Someone can help us solve this problem~
> @CYBYOB your example is using `ChatGPTAPI`, which does not use the official ChatGPT servers. > > For `ChatGPTAPI`, your `conversationId` and `parentMessageId` are completely local. By default, these previous...
@vual 上传国内cdn
确实还有问题,本人尝试修复中~
> 你是把 LangChian 整个取消了啊?这可能有问题。会有太多未来扩展需要依赖 LangChain。 > > LangChain 有个机制去 abort 正在进行的生成:https://js.langchain.com/docs/api/base_language/interfaces/BaseLanguageModelCallOptions#signal > > 另外,每个模型的接口都不一样,除了 SSE,还有 WebSocket 和非流式的。需要有套机制都兼容它们。难度不算小 感谢,我再研究下~
I would like to fix this issue