refactoring

partially implement tts for human interface
This commit is contained in:
milan
2026-04-14 21:26:10 +02:00
parent c2e9709aa0
commit ef468e8fd6
9 changed files with 160 additions and 37 deletions
+6 -7
View File
@@ -6,14 +6,13 @@ permissions = [
[ollama]
url = "..." # optional
model = {
from_model = "..."
name = "..." name of model to be created
system_prompt = "..." # optional
context_size = 2048 # optional
temperature = 0.8 # optional
}
authorization="..." # optional
[ollama.model]
from-model = "..."
name = "..." # name of model to be created
system_prompt = "..." # optional
context_size = 2048 # optional
temperature = 0.8 # optional
[mcp-servers]
name="..." # optional, otherwise provided server name or random server name is chosen