revert to llama-3.1-70b-versatile

This commit is contained in:
Nebel 2024-10-17 19:50:21 +09:00
parent 87510c9df7
commit a9a9628d5a
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -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;