diff --git a/ReadMe.md b/ReadMe.md index 8553077..36760fd 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -41,7 +41,7 @@ Install the llama-cpp-agent framework using pip: pip install llama-cpp-agent ``` ## Documentation -[You can find the latest documentation here!](https://llama-cpp-agent.readthedocs.io/en/latest/) +You can find the latest documentation [here!](https://llama-cpp-agent.readthedocs.io/en/latest/) ## Getting Started 1. Ensure you have the required dependencies installed, including pydantic and llama-cpp-python. @@ -73,6 +73,9 @@ while True: print("AI: " + user_input) ``` +## Discord +Join the Discord Community [here](https://discord.gg/6tGznupZGX) + ## Usage Examples The llama-cpp-agent framework provides a wide range of examples demonstrating its capabilities. Here are some key examples: