mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fix(perplexity-web): update API version and user-agent (#1666)
Integrated into release/v3.7.2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
import { BaseExecutor, type ExecuteInput } from "./base.ts";
|
||||
|
||||
const PPLX_SSE_ENDPOINT = "https://www.perplexity.ai/rest/sse/perplexity_ask";
|
||||
const PPLX_API_VERSION = "2.18";
|
||||
const PPLX_API_VERSION = "client-1.11.0";
|
||||
const PPLX_USER_AGENT =
|
||||
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user