Skip to content

Commit fe95909

Browse files
Version 0.1.0 release
1 parent f60f60b commit fe95909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# llama-cpp-agent
22

3-
<img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/5daba580ceb1baf9266a0ed47b5b1daba6a9a122/logo/logo-without-bg.png" alt="Story Sphere Idea" width="400"/>
3+
<img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/5daba580ceb1baf9266a0ed47b5b1daba6a9a122/logo/logo-without-bg.png" alt="llama-cpp-agent logo" width="400"/>
44

55
## Introduction
66
The llama-cpp-agent framework is a tool designed for easy interaction with Large Language Models (LLMs). Allowing users to chat with LLM models, execute structured function calls, get structured output (objects) and do retrieval augmented generation.

pyproject.toml

+1-1
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.0.32"
7+
version = "0.1.0"
88
description = "A framework for building LLM based AI agents with llama.cpp."
99

1010
readme = "ReadMe.md"

0 commit comments

Comments
 (0)