fixed a typo in a comment

This commit is contained in:
Mic 2024-05-15 23:02:00 +02:00
parent fc14199a48
commit e256131d82

View file

@ -260,7 +260,7 @@ function customTextBtnClick(args) {
function checkGPT4Model() {
return new Promise((resolve, reject) => {
// Set up an interval that shows the waring after 2 seconds
// Set up an interval that shows the warning after 2 seconds
const intervalId2 = setTimeout(() => {
document.getElementById('mzta-model_warn').style.display = 'inline-block';
document.getElementById('mzta-btn_gpt35').style.display = 'inline';