We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a25d9 commit 7b8c480Copy full SHA for 7b8c480
2 files changed
.asimov/module.yaml
@@ -13,6 +13,6 @@ provides:
13
config:
14
variables:
15
- name: endpoint
16
- environment: LLAMACPP_API_ENDPOINT
+ environment: ASIMOV_LLAMACPP_API_ENDPOINT
17
- name: model
18
- environment: LLAMACPP_MODEL
+ environment: ASIMOV_LLAMACPP_MODEL
README.md
@@ -46,8 +46,8 @@ asimov module config llamacpp
46
Via environment variables
47
48
```bash
49
-export LLAMACPP_API_ENDPOINT="http://127.0.0.1:8080"
50
-export LLAMACPP_MODEL="TinyLlama-1.1B-Chat-v1.0"
+export ASIMOV_LLAMACPP_API_ENDPOINT="http://127.0.0.1:8080"
+export ASIMOV_LLAMACPP_MODEL="TinyLlama-1.1B-Chat-v1.0"
51
52
```
53
0 commit comments