now we goin to set-up root-ca
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
hogweed1
2026-05-15 19:35:08 +10:00
parent c48280deea
commit 1025809015
6 changed files with 124 additions and 2 deletions

45
config.json Normal file
View File

@@ -0,0 +1,45 @@
// {
// "models": [
// {
// //"apiBase": "http://gpu-slut.guaranteedstruggle.host:3100/ollama/",
// "apiBase": "http://localhost:11434/",
// //"title": "Qwen3-Coder-30B-A3B-Instruct-1M-Unsloth",
// "title": "llama3.1:8b",
// "provider": "ollama",
// //"model": "codestral:22b",
// //"model": "danielsheep/Qwen3-Coder-30B-A3B-Instruct-1M-Unsloth:UD-IQ3_XXS",
// "model": "llama3.1:8b",
// "apiKey": "YXNkZjphc2Rm"
// }
// ],
// // "mcpServers": [
// // {
// // "name": "arango-lxc",
// // "type": "sse",
// // "url": "http://192.168.0.113:3001/sse"
// // }
// // ],
// "customCommands": [
// {
// "name": "test",
// "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
// "description": "Write unit tests for highlighted code"
// },
// {
// "name": "logs-py",
// "prompt": "{{{ input }}}\n\nWrite a comprehensive logging for the selected code. It should help understanding what happend and how many items were affected. If in code there're possibility for errors then also log error count",
// "description": "Write unit tests for highlighted code"
// }
// ],
// "tabAutocompleteModel": {
// //"title": "Qwen3-Coder-30B-A3B-Instruct-1M-Unsloth",
// "title": "llama3.1:8b",
// "provider": "ollama",
// // "model": "danielsheep/Qwen3-Coder-30B-A3B-Instruct-1M-Unsloth:UD-IQ3_XXS"
// "model": "llama3.1:8b"
// },
// "embeddingsProvider": {
// "provider": "transformers.js"
// },
// "docs": []
// }