Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Implement create_initial_prompt for website

Open othrayte opened this issue 2 years ago • 4 comments

There is a way to rank initial prompts but we seem to be missing a page to create initial prompts, which I think is a thing we can do in the discord bot.

othrayte avatar Jan 02 '23 12:01 othrayte

Do we have the backend for this?

AbdBarho avatar Jan 02 '23 17:01 AbdBarho

At least in the protocol, we have a task type called rank_initial_prompts or something

yk avatar Jan 02 '23 17:01 yk

We also already have the website front end for ranking the initial prompts (which functions and I assume records the results in the backend) just seemingly no way to create them, that is what originally prompted me to create this issue.

othrayte avatar Jan 02 '23 23:01 othrayte

Thank you for pointing this out.

In the backend, I believe the task type is called initial_prompt. It doesn't really return anything other than a task id. I'll assign it to @othrayte :)

fozziethebeat avatar Jan 03 '23 06:01 fozziethebeat