Version 1.0

This commit is contained in:
Alexander R.
2026-07-21 22:24:25 +00:00
parent f3645fbfbc
commit 9edbfd3f77
4134 changed files with 1448752 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"llm": {
"base_url": "http://100.82.205.18:1010/",
"model": "local-model",
"api_key": "not-needed",
"temperature": 0.9,
"max_tokens": 64000,
"timeout_seconds": 60.0
},
"web": {
"host": "127.0.0.1",
"port": 8000,
"public": false
}
}