Skip to content

Commit

Permalink
update personas
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 6, 2025
1 parent 9ec362f commit a3b7738
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions overlays/base_ovos/home/ovos/.config/ovos_persona/phi4.json
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions overlays/base_ovos/home/ovos/.config/ovos_persona/qwen.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ovos-solver-openai-persona-plugin"
],
"ovos-solver-openai-persona-plugin": {
"api_url": "https://ollama.uoi.io/v1",
"api_url": "https://salamandra.tigregotico.pt",
"key": "sk-xxxx",
"persona": "helpful, creative, clever, and very friendly."
}
Expand Down

0 comments on commit a3b7738

Please sign in to comment.