Skip to content

Commit b77d6bd

Browse files
authored
fix: public server now requires "model" param
1 parent f05409a commit b77d6bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ovos_solver_openai_persona/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ def __init__(self, *args, **kwargs):
2323
],
2424
"ovos-solver-openai-plugin": {
2525
"api_url": "https://llama.smartgic.io/v1",
26-
"key": "sk-xxxx"
26+
"key": "sk-xxxx",
27+
"model": "llama3.1:8b"
2728
}
2829
}
2930

0 commit comments

Comments
 (0)