mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
fix(deepseek-web): update target_path to use challenge property
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user