Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

python commands: uri of service is hardcoded #78

Open
fpservant opened this issue Nov 6, 2019 · 1 comment
Open

python commands: uri of service is hardcoded #78

fpservant opened this issue Nov 6, 2019 · 1 comment

Comments

@fpservant
Copy link

eg.
uri = "https://stream.watsonplatform.net/speech-to-text/api/v1/customizations"
when one may have to use
"https://stream-fra.watsonplatform.net/speech-to-text/api/v1/customizations"
(of course, solution is easy using an env variable)
Best,
fps

@tonanhngo
Copy link
Contributor

Thank you for pointing this out. I will add a check for the env variable and use a default if it is not set.
Ton Ngo,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants