Add custom logging framework and debug option

This commit is contained in:
Jordan Wages 2025-06-21 02:18:51 -05:00
commit 656d0322e6
8 changed files with 147 additions and 72 deletions

View file

@ -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">