Skip to content

Commit 86efe46

Browse files
Update README.md
1 parent 8d29146 commit 86efe46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ DIFFBOT_API_KEY="your-diffbot-key"
4545

4646
if you only want OpenAI:
4747
```env
48-
VITE_LLM_MODELS="diffbot,openai-gpt-3.5,openai-gpt-4o"
48+
VITE_LLM_MODELS_PROD="diffbot,openai-gpt-3.5,openai-gpt-4o"
4949
OPENAI_API_KEY="your-openai-key"
5050
```
5151

5252
if you only want Diffbot:
5353
```env
54-
VITE_LLM_MODELS="diffbot"
54+
VITE_LLM_MODELS_PROD="diffbot"
5555
DIFFBOT_API_KEY="your-diffbot-key"
5656
```
5757

0 commit comments

Comments
 (0)