Fix reasoning model JSON parsing | Generated by AI
Fixed and pushed (7afc39b).
Two problems:
max_tokens=100was too small —deepseek/deepseek-v4-flashis a reasoning model, so it spent all 100 tokens on internal reasoning (finish_reason=length) and never produced visible output. Bumped to 2000.json.loads(response)failed when the model wrapped JSON in markdown fences or reasoning text. Now uses regex to extract the{...}JSON object from the response.
Try ww x unfollow again — the llm_error cases should be gone.
