mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 16:08:15 +00:00
update system prompt
This commit is contained in:
parent
b466e583c3
commit
aa2850a776
1 changed files with 6 additions and 7 deletions
13
main.ts
13
main.ts
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue