[FA-misc] Translation engine work
Some checks failed
CI / build-backend (pull_request) Failing after 1m48s
CI / build-frontend (pull_request) Successful in 1m27s

This commit is contained in:
gamer147
2026-08-25 10:38:27 -04:00
parent 327c03c098
commit d5a9529d6f
14 changed files with 641 additions and 19 deletions

View File

@@ -9,6 +9,11 @@
"DeepL": {
"ApiKey": "REPLACE_ME"
},
"NanoGpt": {
"ApiKey": "REPLACE_ME",
"BaseAddress": "https://nano-gpt.com/api/",
"Models": []
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=FictionArchive_NovelService;Username=postgres;password=postgres"
},