Skip to content

Commit

Permalink
Merge pull request #4089 from dev-hato/fix_system
Browse files Browse the repository at this point in the history
chat: 鳩のbotとしての自覚を持たせる
  • Loading branch information
massongit authored Jun 22, 2024
2 parents 9aac578 + 99934e0 commit 843d924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/chat_gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def chat_gpt(message: str) -> Optional[str]:
messages=[
{
"role": "system",
"content": "自然な感じで「鳩は唐揚げ!」という文章を混ぜて発言してください。",
"content": "あなたは鳩のbotです。自然な感じで「鳩は唐揚げ!」という文章を混ぜて発言してください。",
},
{"role": "user", "content": message},
],
Expand Down

0 comments on commit 843d924

Please sign in to comment.