You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To create your own persona using a OpenAI compatible server create a .json in `~
16
16
{
17
17
"name": "My Local LLM",
18
18
"solvers": [
19
-
"ovos-openai-plugin"
19
+
"ovos-solver-openai-plugin"
20
20
],
21
21
"ovos-openai-plugin": {
22
22
"api_url": "https://llama.smartgic.io/v1",
@@ -26,9 +26,9 @@ To create your own persona using a OpenAI compatible server create a .json in `~
26
26
}
27
27
```
28
28
29
-
This plugins provides a default "Remote LLama" demo persona, it points to a public server hosted by @goldyfruit
29
+
Then say "Chat with {name_from_json}" to enable it, more details can be found in [ovos-persona](https://github.com/OpenVoiceOS/ovos-persona) README
30
30
31
-
You can just say "Chat with Remote LLama" to enable it, more details can be found in [ovos-persona](https://github.com/OpenVoiceOS/ovos-persona) README
31
+
This plugins also provides a default "Remote LLama" demo persona, it points to a public server hosted by @goldyfruit.
0 commit comments