mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-22 08:50:08 +00:00
commented out console.log
This commit is contained in:
@ -138,7 +138,7 @@ export default {
|
||||
return filesize(size)
|
||||
},
|
||||
async getFileSize(url) {
|
||||
console.log(this.model_type);
|
||||
//console.log(this.model_type);
|
||||
if(this.model_type!="api"){
|
||||
try {
|
||||
const res = await axios.head(url)
|
||||
|
Reference in New Issue
Block a user