SamurAIGPT / EmbedAI

An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks

Home Page:https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_privategpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error downloading model

mehrdad2000 opened this issue · comments

Hi
when i hit download model return this error:

Unhandled Runtime Error
ReferenceError: response is not defined

Source
components/ConfigSideNav.js (27:3) @ response

  25 |   } catch (error) {
  26 |     setIsLoading(false);
> 27 | 	response.text().then(text => {toast.error("Error Ingesting data."+text);})
     | 	 ^
  28 |   }
  29 | };
  30 | 

Upgrade your nodejs version

@Anil-matcha Node.js v20.2.0 , npm 9.7.1