Skip to content

Commit

Permalink
Talking Character: add API_KEYs Setting instructions in README.md (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwei93 committed Jun 26, 2023
1 parent 436c06c commit 356f64d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions demos/palm/web/talking-character/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ The output of the LLM is in this structure:
## How to install
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### API_KEYs Setting

This project requires two API_KEYs:

- `GOOGLE_CLOUD_API_KEY`: for speech reconfnition and convert text to speech;
- `LANGUAGE_MODEL_API_KEY`: for accessing language model PaLM.

Edit these two API_KEYs in the file `src/context/constants.ts`.

### Available Scripts

In the project directory, you can run:
Expand Down

0 comments on commit 356f64d

Please sign in to comment.