harryslimes

Results 2 issues of harryslimes

# Bug Report: DeepSeek Provider Issues ## Summary DeepSeek model provider is broken in Letta due to undefined type references and missing streaming support. ## Environment - Letta version: Latest...

stale

Fixes #3032 This commit addresses three critical issues with the DeepSeek provider: 1. Fixed NameError for undefined '_Message' type - Changed return type in map_messages_to_deepseek_format() from List[_Message] to List[ChatMessage] -...