mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-02-24 09:45:20 +00:00
use google/gemini-2.0-flash-exp:free
This commit is contained in:
parent
a7da9512d6
commit
7cf8ed3107
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
@ -18,7 +18,7 @@ const system = `\
|
|||
句読点の無いフレンドリーな感じです。`;
|
||||
|
||||
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 urlPattern = new URLPattern({ pathname: "*.*" });
|
||||
const separatorRegex = /[<>]|[^\p{L}\p{N}\p{P}\p{S}]+/u;
|
||||
|
|
Loading…
Add table
Reference in a new issue