From bc481f2ab7f636997a0c5a63dac521633eb15386 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 16 May 2023 14:33:34 -0400 Subject: [PATCH] Chat doc typo (#605) * Added modal labs example to documentation * Added gpt4all chat * Typo * Andriy can't spell --- gpt4all-bindings/python/docs/gpt4all_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_chat.md b/gpt4all-bindings/python/docs/gpt4all_chat.md index ff600e67..2638631d 100644 --- a/gpt4all-bindings/python/docs/gpt4all_chat.md +++ b/gpt4all-bindings/python/docs/gpt4all_chat.md @@ -2,7 +2,7 @@ The [GPT4All Chat Client](https://gpt4all.io) lets you easily interact with any local large language model. -It is optimized to run 7-13B parameter LLMs on the CPU's of any computer in computer running OSX/Windows/Linux. +It is optimized to run 7-13B parameter LLMs on the CPU's of any computer running OSX/Windows/Linux.