rendezqueue / rendezllama

CLI for llama.cpp with various commands to guide, edit, and regenerate tokens on the fly.
ISC License
10 stars 1 forks source link

feat(option): to load settings from a file #9

Closed grencez closed 1 year ago

grencez commented 1 year ago

--x_setting seems like a fine name. It's similar phrasing as --x_priming and --x_rolling, though kind of annoyingly similar. Whatever. Just think of it as defining the whole scene (i.e., the setting of a conversation).

Settings will be in a simple version of the sxproto format for now. I think we'll need the format's nesting capabilities eventually.