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 fa60144 commit 11e7bfdCopy full SHA for 11e7bfd
charts/azimuth-llm/values.schema.json
@@ -118,9 +118,7 @@
118
}
119
},
120
"required": [
121
- "model_name",
122
- "model_instruction"
123
- ]
+ "model_name" ]
124
125
126
charts/azimuth-llm/values.yaml
@@ -92,8 +92,6 @@ ui:
92
# available configuration options.
93
appSettings:
94
model_name: *model-name
95
- model_instruction: |
96
- You are a helpful AI assistant. Please respond appropriately.
97
# Use local system fonts by default to avoid GDPR issues
98
# with Gradio's defaults fonts which require fetching from
99
# the Google fonts API. To restore default Gradio theme
0 commit comments