Skip to content

Commit

Permalink
update vf key name
Browse files Browse the repository at this point in the history
  • Loading branch information
valgaze committed Feb 8, 2024
1 parent 8613c2a commit fdb5d0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/examples/voiceflow-kb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ BOT_TOKEN=__REPLACE__ME__
padding: 10px;
"/>

- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this:
- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this:

```
BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3
VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
```

::: details Custom runtime?
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/voiceflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ BOT_TOKEN=__REPLACE__ME__
padding: 10px;
"/>

- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this:
- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this:

```
BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3
VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
```

::: details Custom runtime?
Expand Down
4 changes: 2 additions & 2 deletions examples/voiceflow-kb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ BOT_TOKEN=__REPLACE__ME__
padding: 10px;
"/>

- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this:
- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/.env.example)** from earlier-- when you're finished it should look something like this:

```
BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3
VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
```

**Custom runtime:** If you have a custom runtime/endpoint (ie the URL you see in the integration tab is something other than https://general-runtime.voiceflow.com), you can swap the `BASE_URL` value in **[settings/voiceflow.ts](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow-kb/settings/voiceflow.ts#L7)**
Expand Down
4 changes: 2 additions & 2 deletions examples/voiceflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ BOT_TOKEN=__REPLACE__ME__
padding: 10px;
"/>

- Save the key under the `VOICEFLOW_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this:
- Save the key under the `VOICEFLOW_API_KEY` field in **\*[.env](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/.env.example)** from earlier-- when you're finished it should look something like this:

```
BOT_TOKEN=NmFjNODY3MTgtNWIx_PF84_1eb65fdfm1Gak5PRFkzTVRndE5XSXhfUEY4NF8xZWI2NWZkZi05NjQzLTQxN2YtOTk3
VOICEFLOW_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
VOICEFLOW_API_KEY=VF.DM.12345cbc8ef.sjaPjTtrgn
```

**Custom runtime:** If you have a custom runtime/endpoint (ie the URL you see in the integration tab is something other than https://general-runtime.voiceflow.com), you can swap the `BASE_URL` value in **[settings/voiceflow.ts](https://github.com/valgaze/speedybot/blob/v2/examples/voiceflow/settings/voiceflow.ts#L7)**
Expand Down

0 comments on commit fdb5d0e

Please sign in to comment.