Headbang: another personal music streaming webapp (Node.js+react)
github.com1 pointsby knoopx1 comments
"llm.backend": "ollama",
"llm.url": "http://localhost:11434/api/generate",
"llm.modelId": "codegemma:2b-code-q8_0",
"llm.configTemplate": "Custom",
"llm.fillInTheMiddle.enabled": true,
"llm.fillInTheMiddle.prefix": "<|fim_prefix|>",
"llm.fillInTheMiddle.middle": "<|fim_middle|>",
"llm.fillInTheMiddle.suffix": "<|fim_suffix|>",
"llm.tokensToClear": ["<|fim_prefix|>", "<|fim_middle|>", "<|fim_suffix|>", "<|file_separator|>"],