Hivemind and OVOS config shuffling.
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been cancelled
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Has been cancelled

This commit is contained in:
2025-12-03 17:10:47 -05:00
parent 2d6ff36a4f
commit fc75831f12
52 changed files with 201 additions and 282 deletions
@@ -0,0 +1,15 @@
{
"name": "Benedikta",
"solvers": [
"ovos-solver-openai-persona-plugin",
"ovos-wikipedia-solver",
"ovos-skill-ddg",
"ovos-wolfram-alpha-solver",
"ovos-skill-wordnet",
"ovos-solver-failure-plugin"
],
"ovos-solver-openai-persona-plugin": {
"api_url": "http://192.168.1.254:11434/api",
"persona": "helpful, creative, sarcastic, sassy, clever, and very friendly."
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"name": "Phi4",
"solvers": [
"ovos-solver-openai-plugin",
"ovos-solver-failure-plugin"
],
"ovos-solver-openai-plugin": {
"api_url": "https://phi4.tigregotico.pt",
"key": "sk-xxx",
"model": "phi4"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"name": "Qwen",
"solvers": [
"ovos-solver-openai-plugin",
"ovos-solver-failure-plugin"
],
"ovos-solver-openai-plugin": {
"api_url": "https://qwen.tigregotico.pt",
"key": "sk-xxx",
"model": "qwen2.5"
}
}
@@ -0,0 +1,11 @@
{
"name": "Salamandra",
"solvers": [
"ovos-solver-openai-persona-plugin"
],
"ovos-solver-openai-persona-plugin": {
"api_url": "https://salamandra.tigregotico.pt",
"key": "sk-xxxx",
"persona": "helpful, creative, clever, and very friendly."
}
}