mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
removed comment
This commit is contained in:
parent
c6caf88fda
commit
a50240c2f9
@ -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 }),
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user