Skip to content
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

custom worldspider ops #3

Open
socketteer opened this issue Feb 25, 2023 · 0 comments
Open

custom worldspider ops #3

socketteer opened this issue Feb 25, 2023 · 0 comments

Comments

@socketteer
Copy link
Owner

right now there are only three GPT operations: generate continuation, generate infill, and score probability of text.
we should add some more, like summarization.
rather than specific prompts for operations like summarization, I'd like to make a system for configuring custom operations the user can easily add
I think this should be a json file that contains information about the command a prompt template with variables like $prefix, $suffix, $selected_text
The user should be able to create new operations specified by these config files, and bind them to hotkeys. I am not sure how to do this last part (creating extension commands on the fly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant