Skip to content

Commit b79d7d6

Browse files
authored
Merge pull request #53 from vcon-dev/groq_whisper
Groq whisper
2 parents 400c5c4 + e903e6b commit b79d7d6

75 files changed

Lines changed: 2635 additions & 9917 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.coverage

-52 KB
Binary file not shown.

.env.local

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
REDIS_URL=redis://redis
2+
3+
# Leave this blank to disable API security
4+
# You set this before opening the port in your firewall
5+
CONSERVER_API_TOKEN=fake-token
6+
7+
# to customize the config copy example_config.yml to config.yml
8+
# modify the values in config.yml as needed
9+
# and set CONSERVER_CONFIG_FILE to ./config.yml below
10+
CONSERVER_CONFIG_FILE=config.yml
11+
12+
CONSERVER_EXTERNAL_PORT=8000
13+
REDIS_EXTERNAL_PORT=8001
14+
DNS_HOST=localhost

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ config.yml
1616
tmp
1717
*.pem
1818
.coverage
19-
.qodo

0 commit comments

Comments
 (0)