mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-07 11:17:38 +08:00
Merge pull request #147 from AAYUSH-droid/linkcomment1
Hide summarize story & rate summary tasks in the frontend
This commit is contained in:
@@ -7,12 +7,12 @@ export const TaskSelection = () => {
|
|||||||
return (
|
return (
|
||||||
<Flex gap={10} wrap="wrap" justifyContent="space-evenly" width="full" height="full" alignItems={"center"}>
|
<Flex gap={10} wrap="wrap" justifyContent="space-evenly" width="full" height="full" alignItems={"center"}>
|
||||||
<TaskOptions key="create" title="Create">
|
<TaskOptions key="create" title="Create">
|
||||||
<TaskOption
|
{/* <TaskOption
|
||||||
alt="Summarize Stories"
|
alt="Summarize Stories"
|
||||||
img="/images/logos/logo.svg"
|
img="/images/logos/logo.svg"
|
||||||
title="Summarize stories"
|
title="Summarize stories"
|
||||||
link="/create/summarize_story"
|
link="/create/summarize_story"
|
||||||
/>
|
/> */}
|
||||||
<TaskOption alt="Reply as User" img="/images/logos/logo.svg" title="Reply as User" link="/create/user_reply" />
|
<TaskOption alt="Reply as User" img="/images/logos/logo.svg" title="Reply as User" link="/create/user_reply" />
|
||||||
<TaskOption
|
<TaskOption
|
||||||
alt="Reply as Assistant"
|
alt="Reply as Assistant"
|
||||||
@@ -22,12 +22,12 @@ export const TaskSelection = () => {
|
|||||||
/>
|
/>
|
||||||
</TaskOptions>
|
</TaskOptions>
|
||||||
<TaskOptions key="evaluate" title="Evaluate">
|
<TaskOptions key="evaluate" title="Evaluate">
|
||||||
<TaskOption
|
{/* <TaskOption
|
||||||
alt="Rate Prompts"
|
alt="Rate Prompts"
|
||||||
img="/images/logos/logo.svg"
|
img="/images/logos/logo.svg"
|
||||||
title="Rate Prompts"
|
title="Rate Prompts"
|
||||||
link="/evaluate/rate_summary"
|
link="/evaluate/rate_summary"
|
||||||
/>
|
/> */}
|
||||||
<TaskOption
|
<TaskOption
|
||||||
alt="Rank Initial Prompts"
|
alt="Rank Initial Prompts"
|
||||||
img="/images/logos/logo.svg"
|
img="/images/logos/logo.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user