-
-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System Roles #183
System Roles #183
Conversation
Excited to help with any testing if it wasn't obvious enough! 😅 Currently get an |
|
* Implementing custom roles. * Implementing system role messages. * Small stdin change with new lines at the end. * Small option name fix --list-chats. * Refactoring module imports. * Adding tests for roles.
--chat
and--repl
modes.Implementing custom system roles.
Issues:
If user created a chat session
sgpt --shell --chat x
using previous version ofsgpt
, it will not work after upgrade.