add architecture skeleton

This commit is contained in:
2026-04-19 13:12:04 +03:00
parent 312708531f
commit 2738f31f26
84 changed files with 2710 additions and 70 deletions
+8 -2
View File
@@ -5,7 +5,13 @@
"Microsoft.AspNetCore": "Warning"
}
},
"TelegramBot": {
"BotToken": ""
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
},
"OpenRouter": {
"BaseUrl": "https://openrouter.ai/api/v1/",
"ApiKey": "",
"ChatModel": "openai/gpt-4.1-mini",
"EmbeddingModel": "text-embedding-3-small"
}
}