We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d4d7f commit b89e8fcCopy full SHA for b89e8fc
web/src/app/api/v1/chat/completions/_post.ts
@@ -364,6 +364,7 @@ export async function postChatCompletions(params: {
364
messageCount: Array.isArray((body as any)?.messages)
365
? (body as any).messages.length
366
: 0,
367
+ messages: (body as any)?.messages,
368
openrouterStatusCode: openrouterError?.statusCode,
369
openrouterStatusText: openrouterError?.statusText,
370
openrouterErrorCode: errorDetails?.error?.code,
0 commit comments