fix: openai的responses去除text参数

This commit is contained in:
shaw
2025-08-18 19:15:23 +08:00
parent 4840c5b829
commit af379f22aa

View File

@@ -129,6 +129,7 @@ router.post('/responses', authenticateApiKey, async (req, res) => {
'user',
'text_formatting',
'truncation',
'text',
'service_tier'
]
fieldsToRemove.forEach((field) => {