mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'KoboldAI:main' into united
This commit is contained in:
@ -5791,7 +5791,7 @@ def importgame():
|
|||||||
def importAidgRequest(id):
|
def importAidgRequest(id):
|
||||||
exitModes()
|
exitModes()
|
||||||
|
|
||||||
urlformat = "https://prompts.aidg.club/api/"
|
urlformat = "https://aetherroom.club/api/"
|
||||||
req = requests.get(urlformat+id)
|
req = requests.get(urlformat+id)
|
||||||
|
|
||||||
if(req.status_code == 200):
|
if(req.status_code == 200):
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
<a class="dropdown-item" href="#" id="btn_import">AI Dungeon Adventure</a>
|
<a class="dropdown-item" href="#" id="btn_import">AI Dungeon Adventure</a>
|
||||||
<a class="dropdown-item" href="#" id="btn_importwi">AI Dungeon World Info</a>
|
<a class="dropdown-item" href="#" id="btn_importwi">AI Dungeon World Info</a>
|
||||||
<a class="dropdown-item" href="#" id="btn_impaidg">aidg.club Prompt</a>
|
<a class="dropdown-item" href="#" id="btn_impaidg">aetherroom.club Prompt</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
@ -233,7 +233,7 @@
|
|||||||
<div class="popuptitletext">Enter the Prompt Number</div>
|
<div class="popuptitletext">Enter the Prompt Number</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="aidgpopuplistheader">
|
<div class="aidgpopuplistheader">
|
||||||
(4-digit number at the end of aidg.club URL)
|
(4-digit number at the end of aetherroom.club URL)
|
||||||
</div>
|
</div>
|
||||||
<div class="aidgpopupcontent">
|
<div class="aidgpopupcontent">
|
||||||
<input class="form-control" type="text" placeholder="Prompt Number" id="aidgpromptnum">
|
<input class="form-control" type="text" placeholder="Prompt Number" id="aidgpromptnum">
|
||||||
|
Reference in New Issue
Block a user