From 7cf8ed31078080289571890e73608d961eebe740 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 21 Jan 2025 14:14:13 +0900 Subject: [PATCH] use google/gemini-2.0-flash-exp:free --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 8e49562..6480812 100644 --- a/main.ts +++ b/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;