mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 08:05:12 +00:00
use llama-3.1-70b-versatile
This commit is contained in:
parent
efc9f40f77
commit
eb45fa8154
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 model = "llama3-70b-8192";
|
const model = "llama-3.1-70b-versatile";
|
||||||
const usage = `\
|
const usage = `\
|
||||||
https://dash.deno.com/playground/darazllm
|
https://dash.deno.com/playground/darazllm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue