fix: remove unnecessary files
This commit is contained in:
parent
eeff385f63
commit
566dc4df94
|
@ -6,7 +6,7 @@
|
||||||
ALL_LOCAL=False
|
ALL_LOCAL=False
|
||||||
WHISPER_MODEL_NAME="ggml-tiny.en.bin"
|
WHISPER_MODEL_NAME="ggml-tiny.en.bin"
|
||||||
WHISPER_MODEL_URL="https://huggingface.co/ggerganov/whisper.cpp/resolve/main/"
|
WHISPER_MODEL_URL="https://huggingface.co/ggerganov/whisper.cpp/resolve/main/"
|
||||||
TEACH_MODE=Falsegi
|
TEACH_MODE=False
|
||||||
|
|
||||||
# Uncomment to set your OpenAI API key
|
# Uncomment to set your OpenAI API key
|
||||||
# OPENAI_API_KEY=sk-...
|
# OPENAI_API_KEY=sk-...
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
def openSpotify():
|
|
||||||
"""Open Spotify"""
|
|
||||||
print(['Open Spotify app', 'Play Adele'])
|
|
Loading…
Reference in New Issue