Skip to content

Commit

Permalink
ovos services api
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 7, 2022
1 parent ce0fa7e commit 3a7365f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit 3a7365f

Please sign in to comment.