Skip to content

Commit 01882ed

Browse files
authored
Fix formatting in LocalAI configuration section
1 parent 34c39ba commit 01882ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ A web search server that provides search capabilities using DuckDuckGo.
2424
docker run -e MAX_RESULTS=10 ghcr.io/mudler/mcps/duckduckgo:latest
2525
```
2626

27-
**LocalAI configuration ( to add to the model config): **
27+
**LocalAI configuration ( to add to the model config):**
2828
```yaml
2929
mcp:
3030
stdio: |
3131
{
3232
"mcpServers": {
33-
"searxng": {
33+
"ddg": {
3434
"command": "docker",
3535
"env": {
3636
"MAX_RESULTS": "10"

0 commit comments

Comments
 (0)