File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# llama-cpp-agent
2
2
3
3
[ ![ 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 )
5
5
6
6
![ llama-cpp-agent logo] ( https://raw.githubusercontent.com/Maximilian-Winter/llama-cpp-agent/master/logo/logo_orange.png )
7
7
@@ -126,6 +126,7 @@ The llama-cpp-agent framework provides predefined message formatters to format m
126
126
- ` MessagesFormatterType.B22 ` : Formats messages using the B22 format.
127
127
- ` MessagesFormatterType.LLAMA_3 ` : Formats messages using the LLAMA 3 format.
128
128
- ` MessagesFormatterType.PHI_3 ` : Formats messages using the PHI 3 format.
129
+ - ` MessagesFormatterType.AUTOCODER ` : Formats messages using the PHI 3 format.
129
130
130
131
### Creating Custom Messages Formatter
131
132
You can’t perform that action at this time.
0 commit comments