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 13, 2024
1 parent ed6b097 commit 4f546ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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)

<img src="./logo/logo_orange.png" alt="llama-cpp-agent logo" width="280"/>
![llama-cpp-agent logo](https://github.com/Maximilian-Winter/llama-cpp-agent/blob/ed6b0973c15cf653d406e53dd6b4efc8d97796cb/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 Expand Up @@ -132,7 +132,7 @@ The llama-cpp-agent framework provides predefined message formatters to format m
You can create your own custom messages formatter by instantiating the `MessagesFormatter` class with the desired parameters:

```python
from llama_cpp_agent.chat_history.messages_formatter import MessagesFormatter, PromptMarkers, Roles
from llama_cpp_agent.messages_formatter import MessagesFormatter, PromptMarkers, Roles

custom_prompt_markers = {
Roles.system: PromptMarkers("<|system|>", "<|endsystem|>"),
Expand Down

0 comments on commit 4f546ae

Please sign in to comment.