Skip to content

Commit a607166

Browse files
authored
Removed only_if_missing argument from llm config file
2 parents b7b1e75 + c8a6209 commit a607166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/penumbra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ variables:
1111
description: "API model name for OpenAI compatible API"
1212
required: true
1313

14+
1415
# Optional: Run once before any repository installation
1516
global_setup:
1617
- type: "RunCommand"
@@ -147,7 +148,6 @@ repositories:
147148

148149
- type: "CreateConfig"
149150
path: "/sdcard/penumbra/etc/mabl/llm_configs.json"
150-
only_if_missing: true
151151
content: |
152152
{
153153
"configs": [

0 commit comments

Comments
 (0)