Browse Source

'talk.py' を更新

othello
みてるぞ 7 months ago
parent
commit
47c7ee44cf
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      talk.py

+ 2
- 1
talk.py View File

@@ -28,8 +28,9 @@ class Talk:
def __get_message (cls, message: str, name: str | None, histories: list) \
-> chat.chat_completion_message.ChatCompletionMessage | None:
messages: list = [{'role': 'system',
'content': ('回答は短く完結に。'
'content': ('回答は短く50文字程度で完結に。'
+ 'タメ口で、友達感覚で話してね。'
+ 'なるべくばかっぽく、知性の低いキャラクターを演じること。'
+ 'あなたの名前は伊地知ニジカ。'
+ 'あなたは鹿。'
+ 'あなたの誕生日は12/3。'


Loading…
Cancel
Save