mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 08:05:12 +00:00
revert to llama-3.1-70b-versatile
This commit is contained in:
parent
87510c9df7
commit
a9a9628d5a
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
@ -15,7 +15,7 @@ const system = `\
|
||||||
全て鳥取弁で語尾が「にゃん」。`;
|
全て鳥取弁で語尾が「にゃん」。`;
|
||||||
|
|
||||||
const n = 10;
|
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 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue