- Current focus: Developing a single-agent conversational AI tailored for Japanese.
- Ongoing efforts: Optimizing loading and inference speeds.
This project aims to build a multi-agent conversational AI for characters. Allowing users to interact with them or observe the interaction between characters.
Clone required repositories:
git clone https://github.com/cocrs/character_chatbot.git
cd character_chatbot
git clone -b v1.4.2 https://github.com/fishaudio/fish-speech.git
huggingface-cli download fishaudio/fish-speech-1.4 --local-dir checkpoints/fish-speech-1.4/
- Install with pdm:
conda create -n character-chatbot python=3.10
conda activate character-chatbot
pdm install
- Path of audio for cloning:
voices/ref.wav - Edit
prompt_textinconfigs/fish.yamlfor the reference audio
bash scripts/run.sh