mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 04:00:44 +01:00
Aetherroom instead of aidg.club
This commit is contained in:
parent
92c5cfeb9b
commit
4d8a633351
@ -5352,7 +5352,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):
|
||||||
|
@ -62,7 +62,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">
|
||||||
@ -218,7 +218,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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user