Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio GPT #71

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .snowmate
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"is_enabled": false
}
Empty file added .vscode/.xxluadata
Empty file.
26 changes: 26 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "docker-build",
"label": "docker-build",
"platform": "python",
"dockerBuild": {
"tag": "audiogpt:latest",
"dockerfile": "${workspaceFolder}/Dockerfile",
"context": "${workspaceFolder}",
"pull": true
}
},
{
"type": "docker-run",
"label": "docker-run: debug",
"dependsOn": [
"docker-build"
],
"python": {
"module": "Audio GPt"
}
}
]
}
1 change: 1 addition & 0 deletions .vscode/tool_json_files/bugs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .vscode/tool_json_files/testable_functions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"children": []}
1 change: 1 addition & 0 deletions Audio
Submodule Audio added at 0b5025
1,443 changes: 1,443 additions & 0 deletions audio-chatgpt copy.py

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion run.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ pip install -r requirements.txt
bash download.sh

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

# Start AudioGPT !
python audio-chatgpt.py
```


python audio-chatgpt.py

create house track