From bb7b7815b9016fd4880736971be325aa97e97833 Mon Sep 17 00:00:00 2001 From: Max Cembalest Date: Wed, 25 Sep 2024 14:21:04 -0400 Subject: [PATCH] fixed typo Signed-off-by: Max Cembalest --- gpt4all-bindings/python/docs/gpt4all_api_server/home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_api_server/home.md b/gpt4all-bindings/python/docs/gpt4all_api_server/home.md index b5e1bc83..9bf5b368 100644 --- a/gpt4all-bindings/python/docs/gpt4all_api_server/home.md +++ b/gpt4all-bindings/python/docs/gpt4all_api_server/home.md @@ -5,7 +5,7 @@ GPT4All provides a local API server that allows you to run LLMs over an HTTP API ## Key Features - **Local Execution**: Run models on your own hardware for privacy and offline use. -- **LocalDocs Integration**: Run the API with relevant text snippets provided to your LLM from a [LocalDocs collections](../gpt4all_desktop/localdocs.md). +- **LocalDocs Integration**: Run the API with relevant text snippets provided to your LLM from a [LocalDocs collection](../gpt4all_desktop/localdocs.md). - **OpenAI API Compatibility**: Use existing OpenAI-compatible clients and tools with your local models. ## Activating the API Server