docs: changelog for NanoGPT CORS fix

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
bal-spec 2026-03-12 21:39:14 -07:00
parent de93360d9d
commit 796eb6ce8e

View file

@ -1,5 +1,11 @@
# Changelog
## 2.1.7
### Fixes
- **NanoGPT model list CORS error**: Fixed "cross-origin request blocked" error when fetching NanoGPT models. Model list requests are now routed through the SillyTavern server proxy, matching the approach already used for local server providers.
## 2.1.6
### Improvements