From 249e31e0ecebea9444ef6527762478b831fb1cd6 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Tue, 16 May 2023 10:17:58 +0200 Subject: [PATCH] Fix typos in README.md Signed-off-by: Sergio Arroutbi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd6784b9..c5b351c07 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Features -Large Language Models (LLMs) based AI bots are amazing. However, their behavior can be random and different bots excel at different tasks. If you want the best experience, don't try them one by one. ChatALL (Chinese name: 齐叨) can send prompt to severl AI bots concurrently, help you to discover the best results. +Large Language Models (LLMs) based AI bots are amazing. However, their behavior can be random and different bots excel at different tasks. If you want the best experience, don't try them one by one. ChatALL (Chinese name: 齐叨) can send prompt to several AI bots concurrently, help you to discover the best results. ### Supported bots @@ -114,5 +114,5 @@ npm run electron:build -- -wml --x64 --arm64 ### Others - GPT-4 contributed much of the code -- ChatGPT, Bing Chat and Google provide many solutons (ranked in order) +- ChatGPT, Bing Chat and Google provide many solutions (ranked in order) - Inspired by [ChatHub](https://github.com/chathub-dev/chathub). Respect!