mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
Update lollms_webui.py
This commit is contained in:
parent
3a704458c7
commit
50c5b24e36
@ -286,6 +286,8 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
||||
return False
|
||||
|
||||
def run_update_script(self, args=None):
|
||||
# deactivate trust store for github and pip package install
|
||||
del os.environ['REQUESTS_CA_BUNDLE']
|
||||
update_script = Path(__file__).parent/"update_script.py"
|
||||
|
||||
# Convert Namespace object to a dictionary
|
||||
|
Loading…
x
Reference in New Issue
Block a user