gordon
gordon
I have the same problem [volcengine_maas] Error: PluginInvokeError: {"args":{},"error_type":"ArkBadRequestError","message":"Error code: 400 - {'error': {'code': 'InvalidParameter.UnsupportedImageFormat', 'message': 'The request failed because the image format is not supported by the API. Request...
> just `git pull; uv sync` or `pip install --upgrade git+https://github.com/browser-use/browser-use.git@main` no need to install subdependency packages like `mem0ai` manually. thanks !
get_tts_model_voices 不支持的 自定义音色,能否增加手动键入选项?
问题是maxkb都支持火山自定义音色,dify 为什么不支持?
> 你期望 GET / PUT 请求到哪个地址? 当前实际情况请求到什么地址? 这个配置看上去是你自行部署的 Apache 服务进行的路由管理。 > > PS:你可以是试试这套一键方案 https://github.com/alswl/excalidraw-collaboration/tree/master/advanced-nginx 请教下这套方案,需要额外搭建一个 nginx 容器吗? 还是 使用 Excalidraw 容器内自带的nginx?
我是用的windows 下的 wsl2 运行 docker 使用这个版本 image: langgenius/dify-sandbox:0.2.10 我看到日志里面抛出这样的错误,但是我已经在python_lib_path:中配置了对应的路径  错误如下: 2025/03/12 11:06:11 env.go:30: [WARN]python lib path /usr/lib/python3.10 is not available 2025/03/12 11:06:11 env.go:30: [WARN]python lib path /usr/lib/python3 is not...
The reason for this problem is that your network environment needs to connect to https://firebasestorage.googleapis.com. If your network environment cannot access this domain name, the image will not be displayed.
Is there a better self - hosted solution to deploy Firebase Storage on self - hosted machines?
> Excalidraw+ Is Excalidraw+ support self-host ?
> [@punyant0607](https://github.com/punyant0607) 你这个是dify环境变量中基础url没有设置的原因。 另外我想问一下,为什么“运行docker命令:docker run --rm -it --gpus "device=0" -v ./paddleocr:/root/.paddleocr -p 8001:8000 mineru-api” 我运行这个docker命令后,api的docker启动不成功呢?是需要其他什么操作吗? 分享你一个懒人一键启动, 去projects\web_api\Dockerfile 打包一个镜像 取名叫mineru:20250401 然后放到 docker-compose.yml文件里 services: mineru-api: image: mineru:20250401 runtime: nvidia # 使用NVIDIA容器运行时 deploy:...