Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.33 KB

My LLM Bot

特定キーワードに反応してエモーションをつけたり、DMをすると返答するBotです。また、/imagineコマンドを使って画像生成もできます。

how to run

pip install --upgrade poetry
poetry install
poetry run task start-bot

how to dev

poetry run task dev

Features

  • 特定のキーワード(懇親会、飲み会、女子会、パーティ)に反応してエモーションを付けます。
  • DMを送ると、適切な返答をします。
  • /imagineコマンドを使って、指定したプロンプトに基づいて画像を生成します。
    • プロンプトの先頭にxと数字(1〜10)を付けると、生成する画像の枚数を指定できます。例:x3 a cat riding a bicycle

screenshot

image image

/imagine command

/imagineコマンドを使って、指定したプロンプトに基づいて画像を生成できます。

Usage: /imagine [prompt]

Examples:
/imagine a cat riding a bicycle
/imagine x3 a dog playing football

image