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 8087a5a commit 1b2baa6Copy full SHA for 1b2baa6
components/chat_data/chat_data.app.mjs
@@ -49,7 +49,6 @@ export default {
49
type: "string",
50
label: "Model",
51
description: "The chatbot defaults to `custom-data-upload` if the model parameter is not provided",
52
- optional: true,
53
options: constants.CHATBOT_MODELS,
54
},
55
components/chat_data/common/constants.mjs
@@ -1,8 +1,8 @@
1
-export default {
2
- CHATBOT_MODELS: [
+export default {
+ CHATBOT_MODELS: [
3
"custom-data-upload",
4
"medical-chat-human",
5
"medical-chat-vet",
6
- "custom-model",
7
- ],
+ "custom-model",
+ ],
8
};
0 commit comments