add architecture skeleton
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres"
|
||||
},
|
||||
"Worker": {
|
||||
"BatchSize": 20,
|
||||
"PollingIntervalSeconds": 10
|
||||
},
|
||||
"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