Nick Sullivan
Nick Sullivan
My solution was to [have AI] create a ThemeImage component that accepts both dark and light sources ```typescript import { useEffect, useState } from 'react' import Image from 'next/image' interface...
A workaround until #1870 is properly implemented: OpenRouter sometimes returns malformed responses where `response.created` or `response.choices` is `None`, causing pydantic-ai to crash with `TypeError: 'NoneType' object cannot be interpreted as...
A workaround until #1870 is properly implemented: OpenRouter sometimes returns malformed responses where `response.created` or `response.choices` is `None`, causing pydantic-ai to crash with `TypeError: 'NoneType' object cannot be interpreted as...