commented out a debug console.log statement
This commit is contained in:
parent
0d8153db7c
commit
e0ed33f183
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||
alert(browser.i18n.getMessage("ChatGPT_Models_Error_fetching"));
|
||||
return;
|
||||
}
|
||||
console.log(">>>>>>>>> ChatGPT models: " + JSON.stringify(data));
|
||||
//console.log(">>>>>>>>> ChatGPT models: " + JSON.stringify(data));
|
||||
data.forEach(model => {
|
||||
if (!Array.from(select_chatgpt_model.options).some(option => option.value === model.id)) {
|
||||
const option = document.createElement('option');
|
||||
|
|
|
|||
Loading…
Reference in a new issue