Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
feat: Refine LLM system prompt with new behavioral constraints
968472fView on GitHubfeat: Add Sample Strategies modal to the Navbar, enabling users to inject predefined prompts into the chat input.
d010d42View on GitHubfeat: Filter chat messages to only include role and content for LLM API and update README styling.
e07b43fView on GitHubfeat: Refine LegalLens AI system prompt for detailed legal strategy and update README screenshot.
0a09ed6View on GitHubfeat: Upgrade LLM model to gpt-4o, improve CORS origin parsing, and update README with a live demo link and screenshot path.
8cd6fc9View on GitHubfeat: Validate MongoDB URL format and strip quotes during parsing.
cf1c6aeView on GitHubfeat: Make CORS allowed origins configurable via environment variable and strip whitespace from the MongoDB URL.
dafc0adView on GitHubrefactor: Switch JWT library from `jose` to `PyJWT` and update exception handling.
f8a6b27View on GitHubfeat: Add a Procfile for backend deployment and make the frontend API URL configurable via environment variables.
a27a8ffView on GitHubfeat: Provide current plan context to the LLM and improve chat interface feedback for plan updates.
a17f7ccView on GitHubtest: Implement comprehensive unit and integration tests for both backend and frontend components, including new pytest and vitest configurations.
154f7e7View on GitHub