Commit Graph

3 Commits

Author SHA1 Message Date
Mimikko-zeus
1ba5f0f7d6 feat: implement streaming support for chat and enhance safety review process
- Updated .env.example to include API key placeholder and configuration instructions.
- Refactored main.py to support streaming responses from the LLM, improving user experience during chat interactions.
- Enhanced LLMClient to include methods for streaming chat and collecting responses.
- Modified safety review process to pass static analysis warnings to the LLM for better code safety evaluation.
- Improved UI components in chat_view.py to handle streaming messages effectively.
2026-01-07 09:43:40 +08:00
Mimikko-zeus
dad0d2629a chore: remove __pycache__ from repo 2026-01-07 09:41:51 +08:00
Mimikko-zeus
4b3286f546 Initial commit 2026-01-07 00:17:46 +08:00