fix: config saving and config loading
Build Release EXE / build-windows-exe (release) Successful in 50s
Build Release EXE / build-windows-exe (release) Successful in 50s
This commit is contained in:
@@ -59,9 +59,6 @@
|
||||
<button class="secondary small-button" id="config-refresh" type="button">Refresh</button>
|
||||
</div>
|
||||
<form class="config-form" id="config-form">
|
||||
<label>Ollama URL<input id="config-ollama-base-url" name="ollama_base_url" type="text"></label>
|
||||
<label>Ollama Model<input id="config-ollama-model" name="ollama_model" type="text"></label>
|
||||
<label>Context Tokens<input id="config-ollama-num-ctx" name="ollama_num_ctx" type="number" min="1024" step="1024"></label>
|
||||
<label>UEX API URL<input id="config-uex-base-url" name="uex_base_url" type="text"></label>
|
||||
<label>UEX Secret Key<input id="config-uex-secret-key" name="uex_secret_key" type="password" autocomplete="off"></label>
|
||||
<label>UEX Bearer Token<input id="config-uex-bearer-token" name="uex_bearer_token" type="password" autocomplete="off"></label>
|
||||
|
||||
Reference in New Issue
Block a user