Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 7, 2024
1 parent e0730ec commit 7c68a14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 7c68a14

Please sign in to comment.