We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59f1bc commit ce8d86bCopy full SHA for ce8d86b
demos/palm/web/talking-character/README.md
@@ -120,6 +120,15 @@ The output of the LLM is in this structure:
120
## How to install
121
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
122
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
132
### Available Scripts
133
134
In the project directory, you can run:
0 commit comments