Personal_AI_Infrastructure
Personal_AI_Infrastructure copied to clipboard
2.1.0 - ENV path inconsistent
Installer installs to $PAI_DIR/.env: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Bundles/Official/install.ts#L98
Voice server loads from home dir: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Packs/pai-voice-system/src/voice/server.ts#L29
Hooks read from $PAI_DIR and fall back to .config/pai: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Packs/pai-voice-system/src/hooks/stop-hook-voice.ts#L36