From 0213aeafca989aa895b1093e0403df79115e6fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Vehbe?= Date: Thu, 21 May 2026 02:38:19 +0300 Subject: [PATCH] fix(deepseek-web): update target_path to use challenge property --- open-sse/executors/deepseek-web.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-sse/executors/deepseek-web.ts b/open-sse/executors/deepseek-web.ts index 3e4181dce3..3a50c933b8 100644 --- a/open-sse/executors/deepseek-web.ts +++ b/open-sse/executors/deepseek-web.ts @@ -123,7 +123,7 @@ async function solvePow(challenge: PowChallenge): Promise { salt: challenge.salt, answer, signature: challenge.signature, - target_path: "/api/v0/chat/completion", + target_path: challenge.target_path, }) ).toString("base64"); }