You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-28Lines changed: 42 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Enjoying this project? Please star it! 🌟
32
32
* You can specify or arbitrarily switch LLM large model files in the PPE script.
33
33
* By default, it automatically detects memory and GPU, and uses the best computing layer by default. It automatically allocates gpu - layers and context window size (it will adopt the largest possible value) to get the best performance from the hardware without manually configuring anything.
34
34
* It is recommended to configure the context window yourself.
35
-
* System security: Support for system template anti - injection (to avoid jailbreaking).
35
+
* System security: Support for system template anti-injection (to avoid jailbreaking).
36
36
* Support for general tool invocation (Tool Funcs) of large models (only for builtin local LLM provider):
37
37
* Can be supported without specific training of large models, requiring strong instruction - following ability of the large model.
38
38
* Minimum adaptation for 3B models, recommended to use 7B and above.
0 commit comments