fix typo; hint: test_bpe failed on Windows
parent
001b59ba89
commit
b751398493
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue