now we goin to set-up root-ca
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
45
config.json
Normal file
45
config.json
Normal 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": []
|
||||
// }
|
||||
Reference in New Issue
Block a user