Feat: Add Configurable Timeout, internal Project ID fields, and patch model testing payload
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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
Reference in New Issue
Block a user