Zephyr
Zephyr
这个在复制粘贴中文内容的时候不会触发事件
用set做的麻烦问一下怎么处理对象顺序不同的问题 如{a:1, b:2}和{b:2, a: 1}
save issue for me i use chinese font render the pdf file. but the getTextWidth and getTextDimensions api return me a wrong result.
我排查下 刚休假回来
@yincangshiwei 我这边没能复现这个问题 能否给个复现路径或者给个控制台截图呢
同样的问题,折腾半天发现是endpoint的问题,自动给拼上了 openai 的标准路径,请求头也对不上 关注下
如果是自己私有化部署的话,可以在服务器加一个nginx规则,对请求进行重写,我这边测试了一下对 Azure AI Foundry 的支持是没问题的 ``` location /openai { # 提取原始请求路径中的模型名称(DeepSeek-R1) if ($request_uri ~* "^/openai/deployments/([^/]+)/chat/completions") { set $model_name $1; # 提取 DeepSeek-R1 } # 将请求路径重写为目标地址 rewrite ^/openai/deployments/[^/]+/chat/completions$ /models/chat/completions break; #...
数量是特意做的不保留 因为在切换token后还保留数量的话 可能会超出对应的max
same issue, i will hold version to 4.38 forever 😂