This commit is contained in:
mike
2025-12-17 15:02:35 +01:00
parent 2a92d51c92
commit ab755c0adf
2 changed files with 11 additions and 2 deletions

View File

@@ -344,7 +344,7 @@
<div id="chatContainer">
<div id="header">
<div>🤖 LM Studio Chat with Streaming</div>
<div style="font-size: 0.9em; opacity: 0.9;">Connected to: <code>http://plato.lan:1234</code></div>
<div style="font-size: 0.9em; opacity: 0.9;">Connected to: <code>/api (proxied to plato.lan:1234)</code></div>
</div>
<div id="chatLog"></div>
@@ -375,7 +375,7 @@
<script>
// Configuration
const API_BASE_URL = 'http://plato.lan:1234/v1'
const API_BASE_URL = '/api'
const API_KEY = 'not-needed'
// Global state