diff --git a/README.md b/README.md index 1aa9f30..75ab617 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The skill utilizes the `~/.config/mycroft/skills/skill-ovos-fallback-chatgpt.ope } ``` -### Configuration for use with Local AI +### Configuration for use with llama.cpp ```json { @@ -70,6 +70,29 @@ The skill utilizes the `~/.config/mycroft/skills/skill-ovos-fallback-chatgpt.ope } ``` +### Configuration for use with a locally-running instance of ollama + +See [Ollama OpenAI Compatibility](https://ollama.com/blog/openai-compatibility) + +```json +{ + "api_url": "http://localhost:11434/v1", + "model": "llama3:latest", + "key": "sk-xxx", + "persona": "You are a helpful voice assistant with a friendly tone and fun sense of humor. You respond in 40 words or fewer.", + "enable_memory": true, + "memory_size": 15, + "name": "llama", + "confirmation": false, + "__mycroft_skill_firstrun": false +} +``` + +## See also + +- [OVOS OpenAI Persona Plugin](https://github.com/OpenVoiceOS/ovos-solver-openai-persona-plugin) - The underlying plugin that powers this skill's integration with various AI models. + + ## Examples - "Explain quantum computing in simple terms"