Spaces:
Running
Running
Commit
·
c1f4d62
1
Parent(s):
69b92cc
Initial
Browse files- .data/example/tr.mp3 +2 -2
- config/config.yaml +1 -1
.data/example/tr.mp3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eadf84eb9e89964dc9bf9248621483480357efe50f96c762f469e9a994ab908
|
3 |
+
size 529006
|
config/config.yaml
CHANGED
@@ -13,7 +13,7 @@ models:
|
|
13 |
huggingface_api_key: "${HUGGINGFACE_TOKEN}"
|
14 |
|
15 |
openai:
|
16 |
-
model_name: "gpt-
|
17 |
openai_api_key: "${OPENAI_API_KEY}"
|
18 |
|
19 |
azure_openai:
|
|
|
13 |
huggingface_api_key: "${HUGGINGFACE_TOKEN}"
|
14 |
|
15 |
openai:
|
16 |
+
model_name: "gpt-4o" # Options: "gpt-4", "gpt-4o", etc.
|
17 |
openai_api_key: "${OPENAI_API_KEY}"
|
18 |
|
19 |
azure_openai:
|