Syntax highlighting fixes, autocomplete overhaul, tui changes

This commit is contained in:
Alexander R.
2026-07-28 22:30:25 +00:00
parent bcb054a3fa
commit 0559f7549a
11 changed files with 1046 additions and 245 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"llm": {
"base_url": "http://127.0.0.1:1010",
"model": "local-model",
"api_key": "not-needed",
"temperature": 0.9,
"max_tokens": 8120,
"timeout_seconds": 120.0
},
"web": {
"host": "127.0.0.1",
"port": 8000,
"public": true
}
}