removed comment

This commit is contained in:
aadesh18 2026-02-24 16:41:00 -08:00
parent c6caf88fda
commit a50240c2f9

View File

@ -84,7 +84,7 @@ export async function POST(req: Request) {
"content-type": "application/json",
"x-stack-access-type": "admin",
"x-stack-project-id": projectId,
"x-stack-admin-access-token": accessToken, //TODO not entirely sure
"x-stack-admin-access-token": accessToken,
},
body: JSON.stringify({ quality, speed, systemPrompt, tools, messages }),
}