use llama-3.3-70b-versatile

This commit is contained in:
Nebel 2024-12-19 10:59:56 +09:00 committed by GitHub
parent aefc225aca
commit 07ccf2fe3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ const system = `\
`; `;
const n = 10; 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 visionModel = "llama-3.2-90b-vision-preview";
const urlPattern = new URLPattern({ pathname: "*.*" }); const urlPattern = new URLPattern({ pathname: "*.*" });
const separatorRegex = /[<>]|[^\p{L}\p{N}\p{P}\p{S}]+/u; const separatorRegex = /[<>]|[^\p{L}\p{N}\p{P}\p{S}]+/u;