Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 350 Bytes

run.md

File metadata and controls

19 lines (13 loc) · 350 Bytes

Run AudioGPT

# create a new environment
conda create -n audiogpt python=3.8

#  prepare the basic environments
pip install -r requirements.txt

# download the foundation models you need
bash download.sh

# prepare your private openAI private key
export OPENAI_API_KEY={Your_Private_Openai_Key}

# Start AudioGPT !
python audio-chatgpt.py