CodeReview/backend/app/services/llm/adapters
lintsinghua 2e11f3e1a3 feat(llm): 增强LLM错误处理和调试信息展示
在LLMError异常类中添加api_response字段存储原始错误信息
实现_extract_api_response方法从异常中提取API响应
前端增加调试信息展示面板,显示详细的错误诊断数据
后端测试接口返回完整的调试信息,包括耗时、错误类型等
2025-12-19 11:41:06 +08:00
..
__init__.py refactor(llm): consolidate LLM adapters with LiteLLM unified layer 2025-11-28 16:41:39 +08:00
baidu_adapter.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
doubao_adapter.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
litellm_adapter.py feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00
minimax_adapter.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00