Skip to content

Commit 4f69c25

Browse files
author
sd109
committed
Fix typos
1 parent d8dd1f6 commit 4f69c25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chart/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
},
3333
"model_instruction": {
3434
"type": "string",
35-
"title": "Model instruction",
35+
"title": "Model Instruction",
3636
"description": "The initial model prompt (i.e. the hidden instructions) to use when generating responses."
3737
},
3838
"llm_max_tokens": {
3939
"type": "number",
40-
"title": "LLM temperature",
40+
"title": "Max Tokens",
4141
"description": "The maximum number of new [tokens](https://platform.openai.com/docs/api-reference/chat/create#chat-create-max_tokens) to generate for each LLM responses."
4242
},
4343
"llm_temperature": {
4444
"type": "number",
45-
"title": "LLM temperature",
45+
"title": "LLM Temperature",
4646
"description": "The '[temperature](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature)' value to use when generating LLM responses."
4747
},
4848
"llm_top_p": {

0 commit comments

Comments
 (0)