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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ These are some features that are currently planned for Nisaba.
35
35
- Default responses sent to users will be able to be customized.
36
36
- For example: `I will think about that and be back with you shortly.`
37
37
- Some default responses will be able to be toggled.
38
-
- Conversations will be able to be saved and loaded at a later time.
39
-
- This will likely be in the form of `!save` and `!load` commands.
40
38
- Support for other chat platforms, such as Discord, will eventually be added.
41
39
- For now, focus is being put on making things work properly within IRC.
42
40
@@ -279,6 +277,14 @@ These commands should be prefixed with the bot's name, optionally followed by a
279
277
- `Nisaba, !options precise`
280
278
- **!system [message]**: Attaches a system prompt to the next message that Nisaba sends to the llamafile endpoint, affecting how responses are generated.
281
279
- `Nisaba, !system You will respond using 100 words or less.`
280
+
- **!profile [path]**: Sets a custom config directory, which should be a subfolder within a folder named `profiles` in the binary's path.
281
+
- For example, you can place a `systemprompt.txt` and `options.json` file into a `/profiles/test` folder.
282
+
- `Nisaba, !profile test`
283
+
- To return to the default config directory, simply use `!profile` with no arguments.
284
+
- **!save [number]**: Creates a save file which is a copy of the current conversation history, optionally with a specified numerical value.
285
+
- `Nisaba, !save`
286
+
- **!load [number]**: Overwrites the current conversation history with a saved history file, optionally with a specified numerical value.
0 commit comments