Skip to content

Commit cbb8034

Browse files
committed
optional envs
1 parent f910c4c commit cbb8034

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/nextjs-together-llamaindex/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ npm install
4242

4343
```
4444
TOGETHER_API_KEY=your_together_api_key
45+
46+
# Optional:
4547
RESTACK_ENGINE_ID=your_engine_id
4648
RESTACK_ENGINE_ADDRESS=your_engine_address
4749
RESTACK_ENGINE_API_KEY=your_engine_api_key
@@ -67,9 +69,10 @@ cd frontend
6769
npm install
6870
```
6971

70-
3. Create a `.env` file:
72+
3. (Optional) Create a `.env` file:
7173

7274
```
75+
# Optional:
7376
RESTACK_ENGINE_ID=your_engine_id
7477
RESTACK_ENGINE_ADDRESS=your_engine_address
7578
RESTACK_ENGINE_API_KEY=your_engine_api_key

0 commit comments

Comments
 (0)