feat: Refine legal position prompts for clarity and specificity in analysis workflow eaccccc DocUA commited on Mar 9
feat: Add validation to skip duplicate header rows in batch processing 805748d DocUA Claude Sonnet 4.6 commited on Mar 6
feat: Allow default analysis model in PrecedentAnalysisWorkflow if not specified 028f33a DocUA commited on Mar 6
feat: Update OpenAI generation models to include display names and remove deprecated models e575bd8 DocUA commited on Mar 6
feat: Update OpenAI generation model configuration to include display name and default setting for GPT-5.4 8bb8a00 DocUA commited on Mar 6
feat: Update generation models in configuration to include GPT-5.4 as default 402f9ad DocUA commited on Mar 6
feat: Revise legal position prompt structure and rules for clarity and application db4aa79 DocUA commited on Mar 5
feat: Add support for GPT-5.3 Chat Latest model in configuration and reasoning parameters 8571f1b DocUA commited on Mar 4
feat: Enhance OpenAI reasoning capabilities with configurable parameters b2f09af DocUA commited on Mar 3
I cannot generate a commit message without knowing the specific changes made to `interface.py`. 014edbb DocUA commited on Mar 3
test: Add script to verify Anthropic adaptive thinking and output effort parameters. 71dc9f7 DocUA commited on Mar 3
feat: Introduce `document` input variable to the legal analysis prompt and update `PromptTemplate` import path. 5eeca45 DocUA commited on Mar 2
feat: enhance text cleaning utility to remove HTML tags and entities, update documentation, and requirements. 3418cd7 DocUA commited on Mar 2
feat: Enhance interactivity of Gradio interface and improve handling of empty response in PrecedentAnalysisWorkflow 59a8fbf DocUA commited on Feb 25
feat: Update system prompt structure to include cache control in LLMAnalyzer and generate_legal_position functions d0c3228 DocUA commited on Feb 25
feat: Optimize caching for Anthropic and OpenAI prompts, restructure prompt variables for efficiency b434018 DocUA commited on Feb 25
feat: Improve user feedback during legal position generation with loading message and button interactivity 3d8fd57 DocUA commited on Feb 23
feat: Enhance save button interactivity in Gradio interface for prompt changes eb76688 DocUA commited on Feb 23
feat: Update system prompt and legal position template for clarity and specificity 1596c7f DocUA commited on Feb 23
feat: Add debug prompt logging functionality with environment variable support 0c2542b DocUA commited on Feb 23
Add diagnostic logging and raw httpx connectivity test for OpenAI API 98f5eca DocUA commited on Feb 12
Disable HTTP/2 in httpx client for OpenAI and DeepSeek to avoid 421 Misdirected Request errors and ensure consistent connections in HF Spaces 381cd06 DocUA commited on Feb 12
Refactor httpx client usage for OpenAI and DeepSeek: implement context management to prevent socket leaks and improve error logging 3e63a13 DocUA commited on Feb 12
Fix OpenAI/DeepSeek HF Spaces connectivity: use custom httpx.Client to handle asyncio conflicts 60a364a DocUA commited on Feb 12
Enhance API key debugging: add length and prefix display for OPENAI_API_KEY; update provider availability checks to use os.getenv for real-time state 71df805 DocUA commited on Feb 12
Enhance provider management: normalize response keys, add availability checks, and improve Gradio interface for AI providers a09e8cb DocUA commited on Feb 12
Revert httpx.Client customization: use default OpenAI SDK settings for async compatibility in HF Spaces 5c25abd DocUA commited on Feb 12
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