Add custom logging framework and debug option
This commit is contained in:
parent
8eb6812f54
commit
656d0322e6
8 changed files with 147 additions and 72 deletions
|
@ -147,6 +147,11 @@
|
|||
</div>
|
||||
|
||||
<div id="advanced-options" style="display:none">
|
||||
<div class="form-group">
|
||||
<label>
|
||||
<input type="checkbox" id="debug-logging"> Enable debug logging
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="max_tokens">Max tokens:</label>
|
||||
<input type="number" id="max_tokens">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue