From e8b5f495e27d1480cbd8f52205e0c50d374a7445 Mon Sep 17 00:00:00 2001 From: jarbasai Date: Wed, 7 Sep 2022 22:12:33 +0100 Subject: [PATCH] ovos services api --- README.md | 6 +----- requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d38fd7e..eb40020 100644 --- a/README.md +++ b/README.md @@ -87,14 +87,10 @@ metrics, wake words and utterances respect the individual devices `opt_in` flag, The local backend provides some 3rd party apis for consumption by skills, these services are only provided for compatibility with selene and to ensure default skills work, **no new apis are planned** -[ovos-api-service](https://github.com/OpenVoiceOS/ovos_api_service) support is planned to avoid the need to set your own keys +[ovos-api-service](https://github.com/OpenVoiceOS/ovos_api_service) is supported and will be used if you do not set your own keys, but we encourage you to set your own, they are free and ensure we do not run into rate limits Consider using one of the ovos alternative skills that skip these endpoints if you are not managing your own keys -- geolocation -- wolfram alpha -> set your free api key in backend config -- open weather map -> set your free api key in backend config - ## Admin api Since there is no UI some endpoints are provided to manage your devices diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 940e25b..3b3313b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ Flask>=0.12 json_database~=0.7 requests>=2.26.0 pyOpenSSL -ovos-utils~=0.0.24 +ovos-utils>=0.0.25a1 ovos-plugin-manager ovos-stt-plugin-server geocoder