Skip to content

Commit

Permalink
Update lm-studio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Dec 25, 2024
1 parent 2c6052b commit 799b0c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/js/lm-studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,5 @@ function lmsSend() {

// Function to handle sending data based on the selected model
function sendData() {
if (selModel.value.startsWith("gpt")) {
geminiSend(); // Use Google Gemini if the model starts with "gpt"
} else {
lmsSend(); // Use OpenAI-like local endpoint otherwise
}
lmsSend(); // Use OpenAI-like local endpoint
}

0 comments on commit 799b0c5

Please sign in to comment.