Fix newlines between sections in changlelog template
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
- Additions for `AsyncAITTSService` and `AsyncAIHttpTTSService`:
|
- Additions for `AsyncAITTSService` and `AsyncAIHttpTTSService`:
|
||||||
|
|
||||||
- Added new `languages`: `pt`, `nl`, `ar`, `ru`, `ro`, `ja`, `he`, `hy`, `tr`, `hi`, `zh`.
|
- Added new `languages`: `pt`, `nl`, `ar`, `ru`, `ro`, `ja`, `he`, `hy`,
|
||||||
- Updated the default model to `asyncflow_multilingual_v1.0` for improved accuracy and broader language coverage.
|
`tr`, `hi`, `zh`.
|
||||||
|
- Updated the default model to `asyncflow_multilingual_v1.0` for improved
|
||||||
|
accuracy and broader language coverage.
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
- Fixed an issue that caused `WebsocketService` instances to attempt
|
- Fixed an issue that caused `WebsocketService` instances to attempt reconnection during shutdown.
|
||||||
reconnection during shutdown.
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
- Added tracking headers (`X-Hume-Client-Name` and `X-Hume-Client-Version`) to all requests made by `HumeTTSService` to the Hume API for better usage tracking and analytics.
|
- `HumeTTSService` changes:
|
||||||
- Added `stop()` and `cancel()` cleanup methods to `HumeTTSService` to properly close the HTTP client and prevent resource leaks.
|
|
||||||
|
|
||||||
|
- Added tracking headers (`X-Hume-Client-Name` and `X-Hume-Client-Version`)
|
||||||
|
to all requests made by `HumeTTSService` to the Hume API for better usage
|
||||||
|
tracking and analytics.
|
||||||
|
- Added `stop()` and `cancel()` cleanup methods to `HumeTTSService` to
|
||||||
|
properly close the HTTP client and prevent resource leaks.
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{% for section, _ in sections.items() %}
|
{% for section, _ in sections.items() %}
|
||||||
{% if sections[section] %}
|
{% if sections[section] %}
|
||||||
{% for category, val in definitions.items() if category in sections[section]%}
|
{% for category, val in definitions.items() if category in sections[section]%}
|
||||||
|
|
||||||
### {{ definitions[category]['name'] }}
|
### {{ definitions[category]['name'] }}
|
||||||
|
|
||||||
{% for text, values in sections[section][category].items() %}
|
{% for text, values in sections[section][category].items() %}
|
||||||
|
|||||||
Reference in New Issue
Block a user