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',
|
'user',
|
||||||
'text_formatting',
|
'text_formatting',
|
||||||
'truncation',
|
'truncation',
|
||||||
|
'text',
|
||||||
'service_tier'
|
'service_tier'
|
||||||
]
|
]
|
||||||
fieldsToRemove.forEach((field) => {
|
fieldsToRemove.forEach((field) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user