mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-20 08:15:21 +00:00
Use json.dumps with ensure_ascii=False to avoid converting Chinese descriptions into Unicode escape sequences. This makes logs easier to read and significantly improves LLM tool selection accuracy (from ~48% to ~67%) by preserving the original natural language context. |
||
|---|---|---|
| .. | ||
| data | ||
| internal | ||
| migrations | ||
| models | ||
| retrieval | ||
| routers | ||
| socket | ||
| static | ||
| storage | ||
| test | ||
| utils | ||
| __init__.py | ||
| alembic.ini | ||
| config.py | ||
| constants.py | ||
| env.py | ||
| functions.py | ||
| main.py | ||
| tasks.py | ||