diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6f6c3be --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +API_KEY= +ENDPOINT= +OPENAI_API_VERSION= +SUBSCRIPTION_KEY= +SPEECH_KEY= +SPEECH_REGION= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 89fc7fb..955c329 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ pyvenv.cfg *.pyc *__pycache__/ -*.DS_Store \ No newline at end of file +*.DS_Store +*.venv/