add architecture skeleton
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user