Skip to content

Commit

Permalink
Fixed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 13, 2024
1 parent 5f1bcbb commit e346167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![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)

![llama-cpp-agent logo](https://github.com/Maximilian-Winter/llama-cpp-agent/blob/ed6b0973c15cf653d406e53dd6b4efc8d97796cb/logo/logo_orange.png)
![llama-cpp-agent logo](https://raw.githubusercontent.com/Maximilian-Winter/llama-cpp-agent/master/logo/logo_orange.png)

## 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama-cpp-agent"
version = "0.2.4"
version = "0.2.5"
description = "A framework for building LLM based AI agents with llama.cpp."

readme = "ReadMe.md"
Expand Down

0 comments on commit e346167

Please sign in to comment.