An open API service indexing awesome lists of open source software.

https://github.com/kuwacom/character-bot

LLMでキャラクターの話し方を学習し、DiscordのBOTとしてチャットできるようにしたもの
https://github.com/kuwacom/character-bot

Last synced: 2 months ago
JSON representation

LLMでキャラクターの話し方を学習し、DiscordのBOTとしてチャットできるようにしたもの

Awesome Lists containing this project

README

        

# What Is This
LLMでキャラクターの話し方を学習し、DiscordのBOTとしてチャットできるようにしたもの

# How To Use
事前に`venv`のセットアップと必要モジュールのインストールをしてください
> Pytorch Cuda 12.1
```bash
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
```