Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaki-1052 committed May 16, 2024
1 parent 604afe1 commit 64cb8a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
}
}

let currentModelID = 'gpt-4o'; // Global declaration

setDefaultModel();

let transcriptionResult = '';

Expand Down
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ initializeGeminiConversationHistory();
}

// Log the determined chatHistory
console.log("Determined Chat History: ", JSON.stringify(chatHistory, null, 2));

let htmlContent = `
<html>
Expand Down

0 comments on commit 64cb8a1

Please sign in to comment.