mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
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 ``` |
||
|---|---|---|
| .. | ||
| guides | ||
| images | ||
| async_client.md | ||
| authentication.md | ||
| client.md | ||
| configuration.md | ||
| docker.md | ||
| file.md | ||
| git.md | ||
| gui.md | ||
| interference-api.md | ||
| legacy.md | ||
| local.md | ||
| media.md | ||
| providers-and-models.md | ||
| pydantic_ai.md | ||
| requests.md | ||
| requirements.md | ||
| selecting_a_provider.md | ||
| vision.md | ||
| webview.md | ||