use google/gemini-2.0-flash-exp:free

This commit is contained in:
Nebel 2025-01-21 14:14:13 +09:00
parent a7da9512d6
commit 7cf8ed3107
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -18,7 +18,7 @@ const system = `\
`; `;
const n = 10; const n = 10;
const model = "google/gemini-2.0-flash-thinking-exp:free"; const model = "google/gemini-2.0-flash-exp:free";
const baseURL = "https://openrouter.ai/api/v1"; const baseURL = "https://openrouter.ai/api/v1";
const urlPattern = new URLPattern({ pathname: "*.*" }); const urlPattern = new URLPattern({ pathname: "*.*" });
const separatorRegex = /[<>]|[^\p{L}\p{N}\p{P}\p{S}]+/u; const separatorRegex = /[<>]|[^\p{L}\p{N}\p{P}\p{S}]+/u;