Skip to content

Commit adeac81

Browse files
committed
refactor!:rename package
1 parent d0bea4b commit adeac81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create your own persona using a OpenAI compatible server create a .json in `~
1616
{
1717
"name": "My Local LLM",
1818
"solvers": [
19-
"ovos-openai-plugin"
19+
"ovos-solver-openai-plugin"
2020
],
2121
"ovos-openai-plugin": {
2222
"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 `~
2626
}
2727
```
2828

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
3030

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.
3232

3333
## Dialog Transformer
3434

0 commit comments

Comments
 (0)