Added setup.md file with instructions for setting up the project.#1
Added setup.md file with instructions for setting up the project.#1
Conversation
|
🛡️ 1. UI Layering & Positioning |
Add an authorization gateway and tactical reference UIs; wire up audio TTS for comms. Changes include: - New /login page with biometric-style UI that sets localStorage "warmatrix_auth" and redirects to /console on success. - Console page: authentication guard (redirects to /login if not authorized) and state/hooks to open a TacticalHandbookConsole modal. - New TacticalHandbook component (SOP browser) and TacticalHandbookConsole (fullscreen doctrine viewer) with search, selection, risk tags and optional audio uplink. - Add DecryptionText component for animated decryption/flicker text. - SecureCommsConsole: import DecryptionText, add a radio voice engine (speech synthesis) with audio toggle and auto-speak for AI messages, and minor markdown/component formatting tweaks. - SidebarAccordion: include SOP Tactical Handbook panel and propagate maximize handler to open the handbook modal. - Minor .gitignore update (adds addtions.md). These changes add an authorization flow, in-app doctrinal reference, and optional audio uplinks to improve UX for tactical and comms workflows.
|
Hi @YTFL, are you going to be considering these updates? |
YTFL
left a comment
There was a problem hiding this comment.
Heyyy, thank you so much for these updates! I will merge the pull request soon.
One thing I wanted to correct you about was I don't have a 5090, I just own a 4050 laptop, so that's why I had to use thr 6GB Vram constraints and the quantization for the model. If possible, could you make those changes please?
For my changes, you can run the model on LMStudio as I added the integration for that. Just make sure that when you set it up to enable developer mode then, you can go to settings and go to the developer tab to load your model and expose a web interface to call the model. Hope this helps! |
Alright, thanks! |
No description provided.