Skip to content

Commit 7b8c480

Browse files
rename env vars
1 parent 46a25d9 commit 7b8c480

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.asimov/module.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ provides:
1313
config:
1414
variables:
1515
- name: endpoint
16-
environment: LLAMACPP_API_ENDPOINT
16+
environment: ASIMOV_LLAMACPP_API_ENDPOINT
1717
- name: model
18-
environment: LLAMACPP_MODEL
18+
environment: ASIMOV_LLAMACPP_MODEL

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ asimov module config llamacpp
4646
Via environment variables
4747

4848
```bash
49-
export LLAMACPP_API_ENDPOINT="http://127.0.0.1:8080"
50-
export LLAMACPP_MODEL="TinyLlama-1.1B-Chat-v1.0"
49+
export ASIMOV_LLAMACPP_API_ENDPOINT="http://127.0.0.1:8080"
50+
export ASIMOV_LLAMACPP_MODEL="TinyLlama-1.1B-Chat-v1.0"
5151

5252
```
5353

0 commit comments

Comments
 (0)