diff --git a/README.md b/README.md index 3db81f1..ab5f72d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To set up your custom configuration, follow these steps: 1. Copy all files from `config/example` to `config`. 2. Replace `base_url`, `api_key`, .etc in `config/config_llm.toml` and other configurations in `config/config*.toml` according to your need. - > Note: `llama-server` in [llama.cpp](https://github.com/ggml-org/llama.cpp) also support embedding models. + > Note: `llama-server` in [llama.cpp](https://github.com/ggml-org/llama.cpp) also supports embedding models. 3. Fill in `args` after `"@modelcontextprotocol/server-filesystem"` for `filesystem` to control the access to files. For example: ``` [filesystem]