From b75139849369b7a6cfcd85879ca69cd5df88afe8 Mon Sep 17 00:00:00 2001 From: hkr04 Date: Sun, 13 Apr 2025 01:07:13 +0800 Subject: [PATCH] fix typo; hint: test_bpe failed on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]