implement basic app structure, add mockup GUI

This commit is contained in:
2025-12-22 16:10:28 +01:00
parent 9068fed848
commit adca7b7a2c
16 changed files with 1233 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
# LLM API Configuration (OpenAI-compatible endpoint)
LLM_API_KEY=your_llm_api_key_here
LLM_API_BASE=http://localhost:11434/v1