mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
fix: openai的responses去除text参数
This commit is contained in:
@@ -129,6 +129,7 @@ router.post('/responses', authenticateApiKey, async (req, res) => {
|
||||
'user',
|
||||
'text_formatting',
|
||||
'truncation',
|
||||
'text',
|
||||
'service_tier'
|
||||
]
|
||||
fieldsToRemove.forEach((field) => {
|
||||
|
||||
Reference in New Issue
Block a user