You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.schema.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,17 +32,17 @@
32
32
},
33
33
"model_instruction": {
34
34
"type": "string",
35
-
"title": "Model instruction",
35
+
"title": "Model Instruction",
36
36
"description": "The initial model prompt (i.e. the hidden instructions) to use when generating responses."
37
37
},
38
38
"llm_max_tokens": {
39
39
"type": "number",
40
-
"title": "LLM temperature",
40
+
"title": "Max Tokens",
41
41
"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."
42
42
},
43
43
"llm_temperature": {
44
44
"type": "number",
45
-
"title": "LLM temperature",
45
+
"title": "LLM Temperature",
46
46
"description": "The '[temperature](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature)' value to use when generating LLM responses."
0 commit comments