Skip to content

Commit

Permalink
Merge pull request #60 from pabl-o-ce/docs
Browse files Browse the repository at this point in the history
add: README badge
  • Loading branch information
Maximilian-Winter committed May 13, 2024
2 parents 522bf30 + 0e1d4d6 commit 64d2d16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ReadMe.md → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# llama-cpp-agent

[![PyPI version](https://badge.fury.io/py/llama-cpp-agent.svg)](https://badge.fury.io/py/llama-cpp-agent)
[![PyPI - Version](https://img.shields.io/pypi/v/llama-cpp-agent?logo=pypi&color=%2341bb13)](https://pypi.org/project/llama-cpp-agent/)
[![Discord](https://img.shields.io/discord/1237393014154985582?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FsRMvWKrh)](https://discord.gg/sRMvWKrh)

<img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/db41b3184ebc902f50edbd3d27f7a3a1128b7d7d/logo/logo_orange.png" alt="llama-cpp-agent logo" width="400"/>
<img src="./logo/logo_orange.png" alt="llama-cpp-agent logo" width="280"/>

## Introduction
The llama-cpp-agent framework is a tool designed to simplify interactions with Large Language Models (LLMs). It provides an interface for chatting with LLMs, executing function calls, generating structured output, performing retrieval augmented generation, and processing text using agentic chains with tools.
Expand Down

0 comments on commit 64d2d16

Please sign in to comment.