Files
gpt4free/docs
hlohaus 2e928c3b94 ```
docs: update media examples and add parameter details for TTS providers

- Updated EdgeTTS example to mention additional audio parameters (`rate`, `volume`, `pitch`)
- Updated gTTS example to include support for `tld` and `slow` audio parameters
- Modified the EdgeTTS provider to use `get_last_message` instead of `format_image_prompt` for prompt handling
- Modified the gTTS provider to use `get_last_message` instead of `format_image_prompt` for prompt handling
- Refactored audio file generation logic in the gTTS provider to handle `language` parameter and update the voice model accordingly
- Refactored backend API code to introduce `cast_str` function for processing responses, including cache management and response formatting
- Fixed a bug in `AnyProvider` where the model string check would fail if the model was `None`
- Added check in `to_string` helper function to handle `None` values correctly
```
2025-04-20 13:54:46 +02:00
..
2024-05-03 11:06:01 -04:00
2024-12-07 03:01:43 +01:00
2025-03-30 17:57:42 +02:00
2024-11-17 11:06:37 +01:00
2025-03-30 15:40:46 +02:00
2025-02-21 09:53:56 +01:00
```
2025-04-20 13:54:46 +02:00
2025-03-11 02:49:24 +01:00
2025-02-21 09:56:20 +01:00
2024-12-13 22:20:58 +01:00
2024-04-06 10:47:43 +02:00