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
{{ message }}
This repository was archived by the owner on May 20, 2024. It is now read-only.
When interacting with LLMs, system prompts help guide them into a desired persona. Currently, there's only Human and Assistant message role types, but no System one.
Solution
System messages should be added into the library.
Alternatives
Alternatively, I've tried injecting my system prompts into the initial user message.