Skip to content

Commit ce8d86b

Browse files
committed
Talking Character: add API_KEYs Setting instructions in README.md
1 parent c59f1bc commit ce8d86b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

demos/palm/web/talking-character/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ The output of the LLM is in this structure:
120120
## How to install
121121
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
122122

123+
### API_KEYs Setting
124+
125+
This project requires two API_KEYs:
126+
127+
- `GOOGLE_CLOUD_API_KEY`: for speech reconfnition and convert text to speech;
128+
- `LANGUAGE_MODEL_API_KEY`: for accessing language model PaLM.
129+
130+
Edit these two API_KEYs in the file `src/context/constants.ts`.
131+
123132
### Available Scripts
124133

125134
In the project directory, you can run:

0 commit comments

Comments
 (0)