Skip to content

Commit 0aaa8ca

Browse files
committed
update lite
1 parent 12a8bfd commit 0aaa8ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

embd_res/klite.embd

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,7 +4582,7 @@ Current version indicated by LITEVER below.
45824582
document.getElementById("lastreq2").innerHTML =
45834583
document.getElementById("lastreq3").innerHTML =
45844584
`<a href="#" class="color_grayurl mainnav" title="KoboldAI Lite Information"
4585-
onclick="msgbox('Source code is available at <a class=&quot;color_blueurl&quot; href=&quot;https://github.com/LostRuins/lite.koboldai.net&quot;>https://github.com/LostRuins/lite.koboldai.net</a><br>Please report any bugs you find there.<br><br>For local use, check out <a class=&quot;color_blueurl&quot; title=&quot;KoboldCpp Github&quot; href=&quot;https://github.com/LostRuins/koboldcpp&quot;>KoboldCpp</a>. For help, visit our <a class=&quot;color_blueurl&quot; title=&quot;KoboldAI Discord&quot; href=&quot;https://koboldai.org/discord&quot;>Discord</a>.','Information',true)">
4585+
onclick="msgbox('Source code is available at <a class=&quot;color_blueurl&quot; target=&quot;_blank&quot; href=&quot;https://github.com/LostRuins/lite.koboldai.net&quot;>https://github.com/LostRuins/lite.koboldai.net</a><br>Please report any bugs you find there.<br><br>For local use, check out <a class=&quot;color_blueurl&quot; target=&quot;_blank&quot; title=&quot;KoboldCpp Github&quot; href=&quot;https://github.com/LostRuins/koboldcpp&quot;>KoboldCpp</a>. For help, visit our <a class=&quot;color_blueurl&quot; target=&quot;_blank&quot; title=&quot;KoboldAI Discord&quot; href=&quot;https://koboldai.org/discord&quot;>Discord</a>.','Information',true)">
45864586
KoboldAI Lite</a> v${LITEVER} Web - Frontend for
45874587
<a href="#" class="color_grayurl mainnav" title="KoboldAI Lite Disclaimer"
45884588
onclick="msgbox('KoboldAI Lite allows you to connect to various third-party AI services. We do not control or assume responsibility for the models or content generated by these services. The user is responsible for ensuring that their usage of this software is legal in their country, and complies with the terms of service of the service they are connected to. Use at your own discretion. ','Disclaimer', true)">
@@ -13362,7 +13362,7 @@ Current version indicated by LITEVER below.
1336213362
if(uname.toLowerCase()=="anonymous#0")
1336313363
{
1336413364
document.getElementById("kudos_bal").innerHTML = uname + "<br>"+
13365-
"<a class='color_blueurl' href='https://aihorde.net/register'>(Register New User)</a>";
13365+
"<a class='color_blueurl' target='_blank' href='https://aihorde.net/register'>(Register New User)</a>";
1336613366
}else{
1336713367
document.getElementById("showownworkerslink").classList.remove("hidden");
1336813368
}
@@ -13372,12 +13372,12 @@ Current version indicated by LITEVER below.
1337213372
}
1337313373
}
1337413374
else {
13375-
document.getElementById("kudos_bal").innerHTML = "API Key Error<br><a class='color_blueurl' href='https://aihorde.net/register'>(Register New User)</a>";
13375+
document.getElementById("kudos_bal").innerHTML = "API Key Error<br><a class='color_blueurl' target='_blank' href='https://aihorde.net/register'>(Register New User)</a>";
1337613376
}
1337713377
})
1337813378
.catch((error) => {
1337913379
console.log("Error: " + error);
13380-
document.getElementById("kudos_bal").innerHTML = "API Key Error<br><a class='color_blueurl' href='https://aihorde.net/register'>(Register New User)</a>";
13380+
document.getElementById("kudos_bal").innerHTML = "API Key Error<br><a class='color_blueurl' target='_blank' href='https://aihorde.net/register'>(Register New User)</a>";
1338113381
});
1338213382
}
1338313383
}
@@ -27385,7 +27385,7 @@ Current version indicated by LITEVER below.
2738527385
</span>
2738627386
<br><a href="#" id="showownworkerslink" class="color_blueurl hidden" onclick="show_my_own_workers()">[Manage My Workers]</a></span>
2738727387
<span class="color_green" style="float:right; text-align: right;" id="kudos_bal">
27388-
Need a Key?<br><a class='color_blueurl' href='https://aihorde.net/register'>(Register New User)</a>
27388+
Need a Key?<br><a class='color_blueurl' target='_blank' href='https://aihorde.net/register'>(Register New User)</a>
2738927389
</span>
2739027390
</div>
2739127391
<input class="form-control" type="password" placeholder="Enter API Key (or use 0000000000)" value=""
@@ -27427,7 +27427,7 @@ Current version indicated by LITEVER below.
2742727427
</div>
2742827428
<div id="oaicustom" class="menutext hidden">
2742927429
<span id="oaidesc">
27430-
Entering your <a class="color_blueurl" href="https://platform.openai.com/api-keys">OpenAI API key</a> will allow you to use KoboldAI Lite with their API.<br>
27430+
Entering your <a class="color_blueurl" target="_blank" href="https://platform.openai.com/api-keys">OpenAI API key</a> will allow you to use KoboldAI Lite with their API.<br>
2743127431
<b>Or, set a custom API URL to use ANY 3rd-party OAI Compatible API</b><br><br>
2743227432
KoboldAI Lite takes no responsibility for your usage of this feature. Your API key is used directly with the OpenAI API, <span class="color_red">unless CORS proxy is used</span>. Reconnecting resets all custom OpenAI URLs.<br>Only Temperature, Top-P and Repetition Penalty samplers are used.<br><br>
2743327433
<span class="color_green" style="font-weight: bold;">Please input OpenAI API URL and Key.</span><br>
@@ -27439,17 +27439,17 @@ Current version indicated by LITEVER below.
2743927439
</div>
2744027440
</span>
2744127441
<span id="openrouterdesc" class="hidden">
27442-
Entering your <a class="color_blueurl" href="https://openrouter.ai/settings/keys">OpenRouter API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
27442+
Entering your <a class="color_blueurl" target="_blank" href="https://openrouter.ai/settings/keys">OpenRouter API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
2744327443
KoboldAI Lite takes no responsibility for your usage of this feature. Your API key is used directly with the OpenRouter API and is not transmitted to us.<br>Only Temperature, Top-P and Repetition Penalty samplers are used.<br><br>
2744427444
<span class="color_green" style="font-weight: bold;">Please input OpenRouter Key.</span><br><br>
2744527445
</span>
2744627446
<span id="mistralaidesc" class="hidden">
27447-
Entering your <a class="color_blueurl" href="https://docs.mistral.ai/getting-started/quickstart">MistralAI API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
27447+
Entering your <a class="color_blueurl" target="_blank" href="https://docs.mistral.ai/getting-started/quickstart">MistralAI API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
2744827448
KoboldAI Lite takes no responsibility for your usage of this feature. Your API key is used directly with the MistralAI API and is not transmitted to us.<br>Only Temperature and Top-P samplers are used.<br><br>
2744927449
<span class="color_green" style="font-weight: bold;">Please input MistralAI Key.</span><br><br>
2745027450
</span>
2745127451
<span id="featherlessdesc" class="hidden">
27452-
Entering your <a class="color_blueurl" href="https://featherless.ai/docs/getting-started">Featherless API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
27452+
Entering your <a class="color_blueurl" target="_blank" href="https://featherless.ai/docs/getting-started">Featherless API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
2745327453
KoboldAI Lite takes no responsibility for your usage of this feature. Your API key is used directly with the Featherless API and is not transmitted to us.<br>Only Temperature, Top-P, Top-K, Min-P and Repetition Penalty samplers are used.<br><br>
2745427454
<span class="color_green" style="font-weight: bold;">Please input Featherless Key.</span><br><br>
2745527455
</span>
@@ -27464,7 +27464,7 @@ Current version indicated by LITEVER below.
2746427464
<span class="color_green" style="font-weight: bold;">No Key Required.</span><br><br>
2746527465
</span>
2746627466
<span id="nvidianimdesc" class="hidden">
27467-
Entering your <a class="color_blueurl" href="https://build.nvidia.com/explore/discover">Nvidia NIM API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
27467+
Entering your <a class="color_blueurl" target="_blank" href="https://build.nvidia.com/explore/discover">Nvidia NIM API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
2746827468
KoboldAI Lite takes no responsibility for your usage of this feature. <span class="color_red">Due to CORS restrictions, your connection WILL be proxied.</span><br>Only Temperature, Top-P and Repetition Penalty samplers are used.<br><br>
2746927469
<span class="color_green" style="font-weight: bold;">Please input Nvidia NIM Key.</span><br><br>
2747027470
</span>
@@ -27686,7 +27686,7 @@ Current version indicated by LITEVER below.
2768627686

2768727687
</div>
2768827688
<div id="geminicustom" class="menutext hidden">
27689-
Entering your <a class="color_blueurl" href="https://docs.mistral.ai/getting-started/quickstart">Google Gemini API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
27689+
Entering your <a class="color_blueurl" target="_blank" href="https://docs.mistral.ai/getting-started/quickstart">Google Gemini API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
2769027690
KoboldAI Lite takes no responsibility for your usage of this feature. Your API key is used directly with the Gemini API and is not transmitted to us.<br><br>
2769127691
<div>
2769227692
<select title="Gemini AI Model Selection" style="padding:4px; width:calc(100% - 110px); display:inline-block" class="form-control" id="custom_gemini_model" onchange="togglegeminimodel()">
@@ -27740,7 +27740,7 @@ Current version indicated by LITEVER below.
2774027740
</div>
2774127741
</div>
2774227742
<div id="coherecustom" class="menutext hidden">
27743-
Entering your <a class="color_blueurl" href="https://dashboard.cohere.com/api-keys">Cohere API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
27743+
Entering your <a class="color_blueurl" target="_blank" href="https://dashboard.cohere.com/api-keys">Cohere API key</a> will allow you to use KoboldAI Lite with their API.<br><br>
2774427744
KoboldAI Lite takes no responsibility for your usage of this feature. Your API key is used directly with the Cohere API and is not transmitted to us.<br><br>
2774527745
<select title="Cohere AI Model Selection" style="padding:4px;" class="form-control" id="custom_cohere_model">
2774627746
<option value="command-r-08-2024" selected="selected">command-r-08-2024</option>

0 commit comments

Comments
 (0)