Initial commit.
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user