Skip to content

Commit d006b91

Browse files
committed
fix discord link
1 parent fb1c42c commit d006b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReadMe.md

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

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

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

@@ -126,6 +126,7 @@ The llama-cpp-agent framework provides predefined message formatters to format m
126126
- `MessagesFormatterType.B22`: Formats messages using the B22 format.
127127
- `MessagesFormatterType.LLAMA_3`: Formats messages using the LLAMA 3 format.
128128
- `MessagesFormatterType.PHI_3`: Formats messages using the PHI 3 format.
129+
- `MessagesFormatterType.AUTOCODER`: Formats messages using the PHI 3 format.
129130

130131
### Creating Custom Messages Formatter
131132

0 commit comments

Comments
 (0)