Skip to content

Commit 1b2baa6

Browse files
committed
Fixed requested changes
1 parent 8087a5a commit 1b2baa6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

components/chat_data/chat_data.app.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default {
4949
type: "string",
5050
label: "Model",
5151
description: "The chatbot defaults to `custom-data-upload` if the model parameter is not provided",
52-
optional: true,
5352
options: constants.CHATBOT_MODELS,
5453
},
5554
},
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
export default {
2-
CHATBOT_MODELS: [
1+
export default {
2+
CHATBOT_MODELS: [
33
"custom-data-upload",
44
"medical-chat-human",
55
"medical-chat-vet",
6-
"custom-model",
7-
],
6+
"custom-model",
7+
],
88
};

0 commit comments

Comments
 (0)