• Stefy Lanza (nextime / spora )'s avatar
    Remove Pydantic validation to test serialization · 6a1fc753
    Stefy Lanza (nextime / spora ) authored
    - Remove ChatCompletionResponse validation from GoogleProviderHandler
    - Remove ChatCompletionResponse validation from AnthropicProviderHandler
    - Return raw response dict directly
    - Add logging to show response dict keys
    - This tests if Pydantic validation was causing serialization issues
    
    Testing if removing validation fixes client-side 'Cannot read properties
    of undefined' errors.
    6a1fc753
Name
Last commit
Last update
..
__init__.py Loading commit data...
config.py Loading commit data...
handlers.py Loading commit data...
models.py Loading commit data...
providers.py Loading commit data...