Skip to content

Commit 66c183b

Browse files
committed
fixed wrong port in README; added FUNDING
1 parent 03352cf commit 66c183b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [fquirin]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ The configuration can be changed while the server is running.
9999

100100
Get the current configuration via HTTP GET to (custom server):
101101
```
102-
curl -X GET http://localhost:20471/settings
102+
curl -X GET http://localhost:20741/settings
103103
```
104104
Note: Replace localhost by your server or localhost:port with the web-server/proxy/Ngrok address. When you are using the Docker image your server is using a proxy! Add: '/stt/settings' to the path like in the client setup.
105105

106106
Set a different Kaldi model via HTTP POST, e.g.:
107107
```
108-
curl -X POST http://localhost:20471/settings \
108+
curl -X POST http://localhost:20741/settings \
109109
-H 'Content-Type: application/json' \
110110
-d '{"token":"test", "kaldi_model":"/home/user/share/kaldi_models/my-own-model"}'
111111
```

0 commit comments

Comments
 (0)