mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
/lite (Not functional yet)
This commit is contained in:
@@ -5728,7 +5728,14 @@ def show_folder_soft_prompt(data):
|
||||
def show_folder_usersripts(data):
|
||||
file_popup("Load Softprompt", "./userscripts", "", renameable=True, folder_only=False, editable=True, deleteable=True, jailed=True, item_check=None)
|
||||
|
||||
|
||||
#==================================================================#
|
||||
# KoboldAI Lite Server
|
||||
#==================================================================#
|
||||
@app.route('/lite')
|
||||
@require_allowed_ip
|
||||
@logger.catch
|
||||
def lite_html():
|
||||
return render_template('klite.html')
|
||||
|
||||
#==================================================================#
|
||||
# UI V2 CODE
|
||||
|
Reference in New Issue
Block a user