-
Notifications
You must be signed in to change notification settings - Fork 515
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Instead of using a central roles.yaml
file to store all the roles, we can use a dedicated roles folder. Each file within this folder would represent a single role, with the filename corresponding to the role's name.
Benefits
- Create/Edit a single role within the REPL
- Load on demand, resulting in less memory usage
REPL
.role <name>
: Create a new role if one doesn't exist.edit role
: Edit the current role.save role
: Save the current role to file
Options
---
model: openai:gpt-4
temperature: 0
top_p: 0
...
---
Your are a ...
dtrckd, sudomain and ahmedrejacksongoode and toctemanAndyHoang and Konfekt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request