mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-29 18:24:29 +00:00
The route loads run ahead of the root layout script, so validateApiKey read the settings store while it still held factory defaults and probed /props without the stored key. initStores() now hands the same startup promise to every caller and the chat loads await it before probing. The one-time admin baseline no longer overwrites a key the user has already set: on a first visit the config carries factory values only, so a diverging key comes from the user and wins. |
||
|---|---|---|
| .. | ||
| lib | ||
| routes | ||
| .gitignore | ||
| app.css | ||
| app.d.ts | ||
| app.html | ||
| virtual-nerdamer.d.ts | ||