支持responses
This commit is contained in:
+2
-1
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Local OpenAI Chat Completions compatible bridge for Command Code CLI",
|
||||
"description": "Local OpenAI Chat Completions and Responses compatible bridge for Command Code CLI",
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
@@ -14,6 +14,7 @@
|
||||
"start": "node dist/index.js --config config.yaml"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": "^8.20.0",
|
||||
"fastify": "^5.5.0",
|
||||
"openai": "^5.19.1",
|
||||
"yaml": "^2.8.1",
|
||||
|
||||
Reference in New Issue
Block a user