Skip to content

Commit a33ae84

Browse files
authored
Update README.md - spelling, grammar, and capitalization
* Minor spelling and grammar fixes. * Note on "LLAMA2" vs. "LLaMA2" vs. "Llama2" -- it appears that the first version of Meta's model was capitalized as "LLaMA", but future versions have been referred to as "Llama2": * Initial version referred to as LLaMA: https://arxiv.org/abs/2302.13971 * Later versions referred to as "Llama2": https://ai.meta.com/llama/ Minor changes, and submitted to the `develop` branch this time! :)
1 parent 7d07401 commit a33ae84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Production ready AI assistant framework
2727

2828
The Cheshire Cat is a framework to build custom AIs on top of any language model.
29-
If you ever used systems like WordPress or Django to build web apps, imagine the Cat as a similar tool, but specific for AI.
29+
If you have ever used systems like WordPress or Django to build web apps, imagine the Cat as a similar tool, but specific for AI.
3030

3131
## Quickstart
3232

@@ -53,10 +53,10 @@ Enjoy the Cat!
5353

5454
## Why use the Cat
5555

56-
- 🌍 Supports any language model (works with OpenAI chatGPT, LLAMA2, HuggingFace models, custom)
57-
- 🐘 Rememebers conversations and documents and uses them in conversation
56+
- 🌍 Supports any language model (works with OpenAI chatGPT, Llama2, HuggingFace models, custom)
57+
- 🐘 Remembers conversations and documents and uses them in conversation
5858
- 🚀 Extensible via plugins (AI can connect to your APIs or execute custom python code)
59-
- 🐋 Production Ready - 100% [dockerized](https://docs.docker.com/get-docker/)
59+
- 🐋 Production ready - 100% [dockerized](https://docs.docker.com/get-docker/)
6060
- 👩‍👧‍👦 Active [Discord community](https://discord.gg/bHX5sNFCYU) and easy to understand [docs](https://cheshire-cat-ai.github.io/docs/)
6161

6262
We are committed to openness, privacy and creativity, we want to bring AI to the long tail. If you want to know more about our vision and values, read the [Code of Ethics](./readme/CODE-OF-ETHICS.md).

0 commit comments

Comments
 (0)