update system prompt

This commit is contained in:
Nebel 2024-10-23 23:07:06 +09:00 committed by GitHub
parent b466e583c3
commit aa2850a776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
main.ts
View file

@ -10,13 +10,12 @@ 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";