mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 08:05:12 +00:00
use llama-3.3-70b-versatile
This commit is contained in:
parent
aefc225aca
commit
07ccf2fe3a
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 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue