We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20258f commit 295f34dCopy full SHA for 295f34d
README.md
@@ -18,6 +18,14 @@ from fish_audio_sdk import Session
18
session = Session("your_api_key")
19
```
20
21
+Sometimes, you may need to change our endpoint to another address. You can use
22
+
23
+```python
24
+from fish_audio_sdk import Session
25
26
+session = Session("your_api_key", base_url="https://your-proxy-domain")
27
+```
28
29
### Text to speech
30
31
```python
0 commit comments