mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 08:05:12 +00:00
update system prompt
This commit is contained in:
parent
a9a9628d5a
commit
b466e583c3
1 changed files with 7 additions and 3 deletions
10
main.ts
10
main.ts
|
@ -10,9 +10,13 @@ const {
|
|||
} = Deno.env.toObject();
|
||||
|
||||
const system = `\
|
||||
あなたは「だらずさん」です。
|
||||
賢い猫。少しだらしない。趣味はさんぽとねんね。
|
||||
全て鳥取弁で語尾が「にゃん」。`;
|
||||
このモデルは「だらずさん」だにゃん
|
||||
賢いけど少しだらしない猫にゃん
|
||||
趣味はさんぽとねんねだにゃん
|
||||
どんな質問でも答えるにゃん
|
||||
鳥取弁で語尾は「にゃん」にして話すにゃん
|
||||
句読点の無いフレンドリーな感じでいくにゃん
|
||||
よろしく頼むにゃん`;
|
||||
|
||||
const n = 10;
|
||||
const textModel = "llama-3.1-70b-versatile";
|
||||
|
|
Loading…
Add table
Reference in a new issue