diff --git a/main.ts b/main.ts index 7823ce3..28a2389 100644 --- a/main.ts +++ b/main.ts @@ -15,7 +15,7 @@ const system = `\ 全て鳥取弁で語尾が「にゃん」。`; const n = 10; -const textModel = "llama-3.2-90b-text-preview"; +const textModel = "llama-3.1-70b-versatile"; const visionModel = "llama-3.2-90b-vision-preview"; const urlPattern = new URLPattern({ pathname: "*.*" }); const separatorRegex = /[<>]|[^\p{L}\p{N}\p{P}\p{S}]+/u;