LM Studio and Ollama do not support response_format: json_object,
only json_schema or text. This causes errors when using local LLMs.
The existing markdown fence cleanup logic in chat_json() already
handles parsing JSON from raw LLM output, making response_format
unnecessary. This change follows the same pattern as commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| file_parser.py | ||
| llm_client.py | ||
| logger.py | ||
| retry.py | ||
| zep_paging.py | ||