Skip to content

Commit

Permalink
Fixed requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lcaresia committed Oct 24, 2024
1 parent 8087a5a commit 1b2baa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/chat_data/chat_data.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default {
type: "string",
label: "Model",
description: "The chatbot defaults to `custom-data-upload` if the model parameter is not provided",
optional: true,
options: constants.CHATBOT_MODELS,
},
},
Expand Down
8 changes: 4 additions & 4 deletions components/chat_data/common/constants.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
CHATBOT_MODELS: [
export default {
CHATBOT_MODELS: [
"custom-data-upload",
"medical-chat-human",
"medical-chat-vet",
"custom-model",
],
"custom-model",
],
};

0 comments on commit 1b2baa6

Please sign in to comment.