升级到v1.3.1:为OpenAI端点的非流式 /v1/chat/completions 返回体转换为OpenAI兼容格式;保持Anthropic/Common非流式直传

This commit is contained in:
1e0n
2025-10-09 14:41:00 +08:00
parent 4a8d7986dd
commit bcdd524a34
2 changed files with 54 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "droid2api",
"version": "1.3.0",
"version": "1.3.1",
"description": "OpenAI Compatible API Proxy",
"main": "server.js",
"type": "module",