move ollama ctx option after models in the options page
This commit is contained in:
parent
59d650ebfd
commit
521b6a8fea
1 changed files with 11 additions and 11 deletions
|
|
@ -302,17 +302,6 @@
|
||||||
<br><br><button id="btnGiveAllUrlsPermission_ollama_api">__MSG_CORS_give_allurls_perm__</button>
|
<br><br><button id="btnGiveAllUrlsPermission_ollama_api">__MSG_CORS_give_allurls_perm__</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="conntype_ollama_api">
|
|
||||||
<td><label>
|
|
||||||
<span class="opt_title">__MSG_prefs_ollama_num_ctx__ <i>[num_ctx]</i></span>
|
|
||||||
</label></td>
|
|
||||||
<td>
|
|
||||||
<label>
|
|
||||||
<input type="number" id="ollama_num_ctx" name="ollama_num_ctx" class="option-input"/>
|
|
||||||
<br>__MSG_prefs_ollama_num_ctx_Info__
|
|
||||||
</label>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="conntype_ollama_api">
|
<tr class="conntype_ollama_api">
|
||||||
<td>
|
<td>
|
||||||
<label>
|
<label>
|
||||||
|
|
@ -327,6 +316,17 @@
|
||||||
</label>
|
</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="conntype_ollama_api">
|
||||||
|
<td><label>
|
||||||
|
<span class="opt_title">__MSG_prefs_ollama_num_ctx__ <i>[num_ctx]</i></span>
|
||||||
|
</label></td>
|
||||||
|
<td>
|
||||||
|
<label>
|
||||||
|
<input type="number" id="ollama_num_ctx" name="ollama_num_ctx" class="option-input"/>
|
||||||
|
<br>__MSG_prefs_ollama_num_ctx_Info__
|
||||||
|
</label>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr class="conntype_openai_comp_api">
|
<tr class="conntype_openai_comp_api">
|
||||||
<td><label>
|
<td><label>
|
||||||
<span class="opt_title">__MSG_prefs_OpenAIComp_AvailableServices__</span>
|
<span class="opt_title">__MSG_prefs_OpenAIComp_AvailableServices__</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue