mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-09-21 13:19:50 +08:00
Four apps in llm_apps_with_memory_tutorials/ accessed response.choices[0].message.content without checking that choices is non-empty or that content is not None, causing an IndexError on empty API responses (content filter, quota exceeded, transient error) or a silent None passed downstream. Same fix pattern as PR #820. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>