-
Hello, I am new to this and trying to setup my own local chatgpt like ai, unfortunately my main languages are Go, Java, Kotlin, etc not done much in python for year. Cn someone advise or help.
Many Thanks `C:\Users\ricar\lollms-webui\installer_files\lollms_env\Lib\site-packages\pydantic_internal_fields.py:151: UserWarning: Field "model_name" has conflict with protected namespace "model_". You may be able to resolve this warning by setting |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Hi there, The warning you are getting is nortmal, it is not the source of the blank page. I'll suppress it if I have time. Now, for the blank page, have you had a previous lollms install someday in the long past? best regards |
Beta Was this translation helpful? Give feedback.
-
WSL is not a full linux version so I can't install it, any chance provide some help as I already installed again from scratch and still only blank page. |
Beta Was this translation helpful? Give feedback.
-
Check the console to see if I could identify the issue for the blanc page, done more updates and download but issue still there. The console has this error though... Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec. |
Beta Was this translation helpful? Give feedback.
-
what browser are you using? |
Beta Was this translation helpful? Give feedback.
-
Currently using edge but can try other browsers when I get home. |
Beta Was this translation helpful? Give feedback.
-
I use edge from time to time and it dies work. There must be some MIME rules on your PC that are strict or something. |
Beta Was this translation helpful? Give feedback.
Actually, I just solved the problem. In Windows, your ".js" files may be defaulting to MIME text. Go into your registry editor to:
Computer\HKEY_CLASSES_ROOT.js and change the value to "text\javascript"
Then reboot your machine. Once you start 'win_run.bat' the next time, hit Shift+F5 to clear the cache and run it.