Skip to content

Commit 8419995

Browse files
authored
fixed a typo (#988)
1 parent e5ca90a commit 8419995

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ If you are using Neo4j Desktop, you will not be able to use the docker-compose b
3232
#### Running through docker-compose
3333
By default only OpenAI and Diffbot are enabled since Gemini requires extra GCP configurations.
3434
According to enviornment we are configuring the models which is indicated by VITE_LLM_MODELS_PROD variable we can configure model based on our need.
35+
3536
EX:
3637
```env
3738
VITE_LLM_MODELS_PROD="openai_gpt_4o,openai_gpt_4o_mini,diffbot,gemini_1.5_flash"
3839
```
40+
41+
OpenAI API keys can be passed in by
42+
```
3943
OPENAI_API_KEY="your-openai-key"
4044
```
4145

0 commit comments

Comments
 (0)