[Code 개선] #9. [LLM] Claude API 호출 시 명시적 타임아웃 및 네트워크 에러 전파 처리 #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
LLM API의 지연이나 무응답 시 서버 자원이 고갈되는 것을 방지하고, 사용자에게 명확한 타임아웃 에러를 반환합니다.
2. 상세 원인 및 배경
Original: Kyeongmin/test#39