MarketAlly.AIPlugin.Extensions/MarketAlly.AIPlugin.Learning/appsettings.example.json

23 lines
452 B
JSON
Executable File

{
"ConnectionStrings": {
"RefactorIQ": "Data Source=refactoriq.db"
},
"RefactorIQ": {
"OpenAI": {
"ApiKey": "your-openai-api-key-here",
"Model": "text-embedding-3-small",
"MaxRetries": 3
},
"Embedding": {
"BatchSize": 10,
"EnableProgressSaving": true,
"ProgressSaveInterval": 10
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"RefactorIQ": "Debug"
}
}
}