mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
updated swagger json link fix
This commit is contained in:
+3
-2
@@ -7,7 +7,7 @@ Just copy this single static HTML file anywhere and open it in a browser, or fro
|
||||
Please go to https://github.com/LostRuins/lite.koboldai.net for updates on Kobold Lite.
|
||||
If you are submitting a pull request for Lite, PLEASE use the above repo, not the KoboldCpp one.
|
||||
Kobold Lite is under the AGPL v3.0 License unless otherwise exempted. Please do not remove this line.
|
||||
Current version: 128
|
||||
Current version: 129
|
||||
-Concedo
|
||||
-->
|
||||
|
||||
@@ -10343,7 +10343,7 @@ Current version: 128
|
||||
}
|
||||
];
|
||||
}
|
||||
else if(mdlname=="gemini-pro" || mdlname=="gemini-1.5-pro-latest")
|
||||
else if(mdlname=="gemini-pro" || mdlname=="gemini-1.5-pro-latest" || mdlname=="gemini-ultra")
|
||||
{
|
||||
if(localsettings.opmode==1)
|
||||
{
|
||||
@@ -14036,6 +14036,7 @@ Current version: 128
|
||||
<option value="text-bison-001" selected="selected">text-bison-001</option>
|
||||
<option value="gemini-pro">gemini-pro</option>
|
||||
<option value="gemini-1.5-pro-latest">gemini-1.5-pro-latest</option>
|
||||
<option value="gemini-ultra">gemini-ultra</option>
|
||||
</select>
|
||||
<span class="color_green" style="font-weight: bold;">Please input Gemini or PaLM API Key.</span><br><br>
|
||||
<input class="form-control" type="password" id="custom_palm_key" placeholder="PaLM/Gemini API Key" value="" onfocus="focus_api_keys()" onblur="blur_api_keys()"><br>
|
||||
|
||||
Reference in New Issue
Block a user