uodate prompt

This commit is contained in:
1e0n
2025-10-15 21:10:37 +08:00
parent 9d5a396c38
commit f2b1f51a26
2 changed files with 3 additions and 2 deletions

View File

@@ -164,6 +164,7 @@ export function getAnthropicHeaders(authHeader, clientHeaders = {}, isStreaming
'content-type': 'application/json',
'anthropic-version': clientHeaders['anthropic-version'] || '2023-06-01',
'authorization': authHeader || '',
'x-api-key': 'placeholder',
'x-api-provider': 'anthropic',
'x-factory-client': 'cli',
'x-session-id': sessionId,