Merge branch 'Model_Plugins' of https://github.com/ebolam/KoboldAI into Model_Plugins

This commit is contained in:
ebolam
2023-05-27 09:42:30 -04:00
4 changed files with 321 additions and 106 deletions

View File

@@ -10752,6 +10752,8 @@ def run():
if(koboldai_vars.host):
if(args.localtunnel):
public_ip = requests.get("https://ipv4.icanhazip.com/")
logger.message(f"The Public IP of this machine is : {public_ip.text}")
import subprocess, shutil
localtunnel = subprocess.Popen([shutil.which('lt'), '-p', str(port), 'http'], stdout=subprocess.PIPE)
attempts = 0

View File

@@ -38,7 +38,6 @@ dependencies:
- accelerate==0.18.0
- git+https://github.com/VE-FORBRYDERNE/mkultra
- flask-session
- python-socketio[client]
- ansi2html
- flask_compress
- ijson

File diff suppressed because one or more lines are too long