mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
---
|
|
title: "LLMs: Troubleshooting"
|
|
description: "Fix common model behavior failures: drift, latency spikes, malformed output, and cost overruns."
|
|
icon: "circle-exclamation"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Common issues
|
|
|
|
- Malformed JSON: enforce `response_format` and validate at boundary.
|
|
- Latency spikes: route heavy tasks to smaller models when acceptable.
|
|
- Cost growth: add budget-aware model routing and truncation rules.
|