Skip to content

Commit

Permalink
fix:adjust checkbox selection status check.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuridea committed Dec 27, 2023
1 parent 5357d3b commit 6cbb98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/LLMServiceHub/wwwroot/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ let sendBtnClickEventHandler = function (e) {
console.log(`MODEL: ${key} -> ${availableLLM}`);

if (!availableLLM){
return false;
return;
}
let rndStr = Math.random().toString(36).slice(-8);
let request = conversations[key];
Expand Down
4 changes: 2 additions & 2 deletions src/LLMServiceHub/wwwroot/js/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cbb98c

Please sign in to comment.