mirror of
https://github.com/AIGC-Audio/AudioGPT.git
synced 2025-12-16 03:47:55 +01:00
Add files via upload
This commit is contained in:
19
run.md
Normal file
19
run.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user