fix(deepseek-web): update target_path to use challenge property

This commit is contained in:
Ömer Vehbe
2026-05-21 02:38:19 +03:00
committed by diegosouzapw
parent 54eec38aee
commit 0213aeafca

View File

@@ -123,7 +123,7 @@ async function solvePow(challenge: PowChallenge): Promise<string> {
salt: challenge.salt,
answer,
signature: challenge.signature,
target_path: "/api/v0/chat/completion",
target_path: challenge.target_path,
})
).toString("base64");
}