Skip to content

Commit 11e7bfd

Browse files
committed
Make model_instruction optional for backward compat
1 parent fa60144 commit 11e7bfd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

charts/azimuth-llm/values.schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@
118118
}
119119
},
120120
"required": [
121-
"model_name",
122-
"model_instruction"
123-
]
121+
"model_name" ]
124122
}
125123
}
126124
}

charts/azimuth-llm/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ ui:
9292
# available configuration options.
9393
appSettings:
9494
model_name: *model-name
95-
model_instruction: |
96-
You are a helpful AI assistant. Please respond appropriately.
9795
# Use local system fonts by default to avoid GDPR issues
9896
# with Gradio's defaults fonts which require fetching from
9997
# the Google fonts API. To restore default Gradio theme

0 commit comments

Comments
 (0)