Skip to content

Commit e346167

Browse files
Fixed logo
1 parent 5f1bcbb commit e346167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI - Version](https://img.shields.io/pypi/v/llama-cpp-agent?logo=pypi&color=%2341bb13)](https://pypi.org/project/llama-cpp-agent/)
44
[![Discord](https://img.shields.io/discord/1237393014154985582?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FsRMvWKrh)](https://discord.gg/sRMvWKrh)
55

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

88
## Introduction
99
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

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

1010
readme = "ReadMe.md"

0 commit comments

Comments
 (0)