From 07ccf2fe3a3356df9e837a43bed2ffce736252a2 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 19 Dec 2024 10:59:56 +0900 Subject: [PATCH] use llama-3.3-70b-versatile --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 25e582e..5251c49 100644 --- a/main.ts +++ b/main.ts @@ -18,7 +18,7 @@ const system = `\ 句読点の無いフレンドリーな感じです。`; const n = 10; -const textModel = "llama-3.1-70b-versatile"; +const textModel = "llama-3.3-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;