Fix persistent Connection Errors for OpenAI/DeepSeek: disable HTTP/2 and use robust httpx client 48ae0da DocUA commited on Feb 12
Fix Connection error for OpenAI and DeepSeek: add retry logic and increase timeout to 120s 2ef2be1 DocUA commited on Feb 12
Improve DeepSeek compatibility (R1/reasoner support) and fix lint errors in main.py 558b73f DocUA commited on Feb 12
Fix OpenAI gpt-4.1 API parameters: role 'developer', max_completion_tokens, and reasoning effort support; update max_tokens in default config 39e57fa DocUA commited on Feb 12
Increase max_tokens for all models in generation settings to enhance response capacity a3e169a DocUA commited on Feb 11
Increase max_tokens for generation settings and enhance JSON extraction to handle various markdown formats db52560 DocUA commited on Feb 11
Add JSON extraction utility and enhance analysis methods for better error handling 59fabbc DocUA commited on Feb 11
Add placeholders for court decision text and comment in legal position prompt d814828 DocUA commited on Feb 11
Fix input detection: prioritize URL input even when method state is incorrect ddee4e6 DocUA commited on Feb 11
Fix validation logic: allow processing when URL is provided, show error only when empty 7ef6bed DocUA commited on Feb 11
Fix input validation: add specific error messages for empty URL and text inputs 66a4db3 DocUA commited on Feb 11