Feat: Add Configurable Timeout, internal Project ID fields, and patch model testing payload

This commit is contained in:
2026-04-12 19:20:47 +02:00
parent a3e828a00e
commit 9cab0155b1
11 changed files with 132 additions and 11 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8
View File
@@ -60,10 +60,18 @@
<label for="baseURL" class="textLabel">Base URL:</label>
<input id="baseURL" type="text" />
</div>
<div class="line center">
<label for="projectId" class="textLabel">Project ID:</label>
<input id="projectId" type="text" placeholder="proj_..." />
</div>
<div class="line center">
<label for="maxTokens" class="textLabel">Max Tokens:</label>
<input id="maxTokens" type="number" />
</div>
<div class="line center">
<label for="timeoutValue" class="textLabel">Timeout (s):</label>
<input id="timeoutValue" type="number" placeholder="20" />
</div>
</div>
<!-- SWITCH SETTINGS MODE -->
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long