Commit 8990d85
fix: add missing config keyword in deepgram tts log (#2138)
* fix: add missing config keyword in deepgram tts log message
the deepgram tts extension logs its config without a "config:" prefix,
causing QA test regex to fail when validating vendor_config. all other
tts extensions include this prefix. add it to match the convention.
* feat: update version
---------
Co-authored-by: Ben Weeks <ben@agora.io>
Co-authored-by: YiminW <wym0207@outlook.com>1 parent 9bc52fd commit 8990d85
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments