Skip to content

Commit 732096e

Browse files
Update README.md
1 parent 5f222ab commit 732096e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,29 @@ EX:
3636
```env
3737
VITE_LLM_MODELS_PROD="openai_gpt_4o,openai_gpt_4o_mini,diffbot,gemini_1.5_flash"
3838
```
39-
According to the environment, we are configuring the models which indicated by VITE_LLM_MODELS_PROD variable we can configure models based on our needs.
40-
EX:
41-
```env
42-
VITE_LLM_MODELS_PROD="openai_gpt_4o,openai_gpt_4o_mini,diffbot,gemini_1.5_flash"
43-
```
4439

4540
if you only want OpenAI:
4641
```env
4742
VITE_LLM_MODELS_PROD="diffbot,openai-gpt-3.5,openai-gpt-4o"
4843
VITE_LLM_MODELS_PROD="diffbot,openai-gpt-3.5,openai-gpt-4o"
44+
```
45+
46+
Backend ENV
47+
```env
4948
OPENAI_API_KEY="your-openai-key"
5049
```
5150

5251
if you only want Diffbot:
5352
```env
5453
VITE_LLM_MODELS_PROD="diffbot"
5554
VITE_LLM_MODELS_PROD="diffbot"
56-
DIFFBOT_API_KEY="your-diffbot-key"
5755
```
5856

57+
Backend ENV
58+
```env
59+
DIFFBOT_API_KEY="your-diffbot-key"
60+
``
61+
5962
You can then run Docker Compose to build and start all components:
6063
```bash
6164
docker-compose up --build

0 commit comments

Comments
 (0)