MicroFish/backend
Juan Denis 25909ccdca fix: use Prompture's strip_think_tags and clean_json_text instead of hand-rolled regexes
chat() and chat_json() now delegate think-tag stripping and JSON
cleanup to Prompture's built-in utilities (strip_think_tags,
clean_json_text).  Manual regexes are kept only in the OpenAI
fallback path.  Adds LM Studio integration test script.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 01:34:38 -04:00
..
app fix: use Prompture's strip_think_tags and clean_json_text instead of hand-rolled regexes 2026-04-04 01:34:38 -04:00
scripts fix: use Prompture's strip_think_tags and clean_json_text instead of hand-rolled regexes 2026-04-04 01:34:38 -04:00
pyproject.toml fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00
requirements.txt feat: multi-provider LLM support via Prompture 2026-04-04 01:18:04 -04:00
run.py Add UTF-8 encoding support for Windows console in run.py and logger.py to prevent character encoding issues 2025-12-26 17:58:48 +08:00
uv.lock fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00