Replace broken links for Create a tool, Create a config, and LICENSE.md
Add a section to EVI setup with instructions on adding the Geocoding API key to the user's environment variables, specifically under the name NEXT_PUBLIC_GEOCODING_API_KEY. This is done because that is the name currently being used in ClientComponent.tsx to refer to the Geocoding API key.
Delete Contribution section
ClientComponent.tsx
Change the configId passed to VoiceProvider to use NEXT_PUBLIC_HUME_CONFIG_ID instead of its original name (NEXT_PUBLIC_HUME_VOICE_WEATHER_CONFIG_ID). This is done to match the README, which tells the user to create an environment variable with the former name.
README
Create a tool
,Create a config
, andLICENSE.md
EVI setup
with instructions on adding the Geocoding API key to the user's environment variables, specifically under the nameNEXT_PUBLIC_GEOCODING_API_KEY
. This is done because that is the name currently being used inClientComponent.tsx
to refer to the Geocoding API key.Contribution
sectionClientComponent.tsx
configId
passed toVoiceProvider
to useNEXT_PUBLIC_HUME_CONFIG_ID
instead of its original name (NEXT_PUBLIC_HUME_VOICE_WEATHER_CONFIG_ID
). This is done to match theREADME
, which tells the user to create an environment variable with the former name.