Commit History

fix: adjust temperature setting for generation to improve output quality
a248d59
Running

DocUA commited on

fix: виправлення кодування Промт 8.txt (CP1251 → UTF-8) та форматування prompts.py
0c56107

DocUA commited on

feat: introduce few-shot prompting with semantic similarity for EU legal assistant
8184d8d

DocUA commited on

feat: setup progress bar for analysis action and swap batch/settings tabs
397d321

DocUA commited on

extend provider-specific prompt caching to analysis path
e8ea072

Ayona commited on

refactor prompt assembly for provider-specific caching
240f6e7

Ayona commited on

docs: Update HELP.md with analysis thinking info and latest models
f8e9d1e

DocUA commited on

feat: Add thinking parameters to Analysis mode and update models list in README
0b3ee40

DocUA commited on

handoff: align help and trim debug leakage
8f359a6

Ayona commited on

handoff: harden config and align MVP surface
22df219

Ayona commited on

docs: mark legacy/summary files as pointers to canonical docs (dedup)
601f5a4

Ayona commited on

docs: reorganize markdown files into docs/; add docs index
4e70645

Ayona commited on

docs: clarify scope (generation-first) and index snapshot freshness
4c6d96a

Ayona commited on

feat: Refine legal position prompts for clarity and specificity in analysis workflow
eaccccc

DocUA commited on

feat: Add validation to skip duplicate header rows in batch processing
805748d

DocUA Claude Sonnet 4.6 commited on

feat: Allow default analysis model in PrecedentAnalysisWorkflow if not specified
028f33a

DocUA commited on

feat: Update OpenAI generation models to include display names and remove deprecated models
e575bd8

DocUA commited on

feat: Update OpenAI generation model configuration to include display name and default setting for GPT-5.4
8bb8a00

DocUA commited on

feat: Update generation models in configuration to include GPT-5.4 as default
402f9ad

DocUA commited on

feat: Revise legal position prompt structure and rules for clarity and application
db4aa79

DocUA commited on

refactor: Update legal position prompts for clarity and specificity
79ed684

DocUA commited on

feat: Add support for GPT-5.3 Chat Latest model in configuration and reasoning parameters
8571f1b

DocUA commited on

feat: Enhance OpenAI reasoning capabilities with configurable parameters
b2f09af

DocUA commited on

I cannot generate a commit message without knowing the specific changes made to `interface.py`.
014edbb

DocUA commited on

test: Add script to verify Anthropic adaptive thinking and output effort parameters.
71dc9f7

DocUA commited on

Support output_config effort parameter for Claude Adaptive Thinking
86d1da5

DocUA commited on

Re-enable extended thinking for Claude Haiku 4.5 models
28552c9

DocUA commited on

Fix Anthropic thinking mode configuration logic
09efcd1

DocUA commited on

chore: Update dependencies and adjust interface logic.
085df7b

DocUA commited on

chore: Update ignored files and refine prompt content.
6a09f03

DocUA commited on

feat: Introduce `document` input variable to the legal analysis prompt and update `PromptTemplate` import path.
5eeca45

DocUA commited on

feat: enhance text cleaning utility to remove HTML tags and entities, update documentation, and requirements.
3418cd7

DocUA commited on

feat: Enhance interactivity of Gradio interface and improve handling of empty response in PrecedentAnalysisWorkflow
59a8fbf

DocUA commited on

feat: Update system prompt structure to include cache control in LLMAnalyzer and generate_legal_position functions
d0c3228

DocUA commited on

feat: Optimize caching for Anthropic and OpenAI prompts, restructure prompt variables for efficiency
b434018

DocUA commited on

feat: Initialize search components at module level for HF Spaces
ca73321

DocUA commited on

feat: Improve user feedback during legal position generation with loading message and button interactivity
3d8fd57

DocUA commited on

feat: Suppress asyncio event loop warnings on HF Spaces shutdown
b79a815

DocUA commited on

feat: Enhance save button interactivity in Gradio interface for prompt changes
eb76688

DocUA commited on

feat: Update system prompt and legal position template for clarity and specificity
1596c7f

DocUA commited on

feat: Add debug prompt logging functionality with environment variable support
0c2542b

DocUA commited on

feat: Оновлення UI для GPT-5.2 та додавання контролю MaxTokens
a765e3e

DocUA commited on

feat: Інтеграція GPT-5.2 з підтримкою reasoning
492b465

DocUA commited on

Add diagnostic logging and raw httpx connectivity test for OpenAI API
98f5eca

DocUA commited on

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

Refactor httpx client usage for OpenAI and DeepSeek: implement context management to prevent socket leaks and improve error logging
3e63a13

DocUA commited on

Fix OpenAI/DeepSeek HF Spaces connectivity: use custom httpx.Client to handle asyncio conflicts
60a364a

DocUA commited on

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

Enhance provider management: normalize response keys, add availability checks, and improve Gradio interface for AI providers
a09e8cb

DocUA commited on

Revert httpx.Client customization: use default OpenAI SDK settings for async compatibility in HF Spaces
5c25abd

DocUA commited on