update system prompt

This commit is contained in:
Nebel 2024-10-17 20:05:47 +09:00
parent a9a9628d5a
commit b466e583c3
Signed by: nebel
GPG key ID: 79807D08C6EF6460

10
main.ts
View file

@ -10,9 +10,13 @@ const {
} = Deno.env.toObject(); } = Deno.env.toObject();
const system = `\ const system = `\
`;
`;
const n = 10; const n = 10;
const textModel = "llama-3.1-70b-versatile"; const textModel = "llama-3.1-70b-versatile";