Skip to content

Commit

Permalink
doc: update readme about proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Apr 17, 2024
1 parent 5015569 commit b491d38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ Use Azure TTS as an example:
```python
from tetos.azure import AzureSpeaker

speaker = AzureSpeaker(speech_key='...', service_region='...')
speaker = AzureSpeaker(speech_key='...', speech_region='...')
speaker.say('Hello, world!', 'output.mp3')
```

The initialization parameters may be different for other providers.

## Behind a proxy

TeTos respects the proxy environment variables `HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY` and `NO_PROXY`.

## License

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit b491d38

Please sign in to comment.