Initial working translator implementation

This commit is contained in:
burnintuna 2026-07-30 14:53:36 +09:00
commit 9439858b11
35 changed files with 5365 additions and 0 deletions

16
config/llms.json Normal file
View file

@ -0,0 +1,16 @@
[
{
"alias": "Qwen3.6-35B",
"base_url": "http://btuna.net:45455/v1",
"api_key": "btuna-public-key",
"model": "hx370/qwen3.6-35b-a3b",
"context_size": 65536
},
{
"alias": "Gemma4-26B",
"base_url": "http://btuna.net:45455/v1",
"api_key": "btuna-public-key",
"model": "hx370/gemma-4-26b-a4b-it",
"context_size": 32768
}
]

6
config/users.json Normal file
View file

@ -0,0 +1,6 @@
[
{
"id": "admin",
"password": "$2b$12$dH6P9Yt4fiqKiihqxgOLo.XqF2FWuspP4jfQJBPWdKWPqAVYe.sq."
}
]