Skip to content

Commit

Permalink
fix: chat task label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoloured committed Dec 13, 2024
1 parent f786532 commit 0113b2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const getModelInstanceTaskToolkit = (task: string) => {
<Icons.TextGenerationChat className={className ?? "h-4 w-4"} />
);
},
label: "Text Generation Chat",
label: "Chat",
};

case "TASK_CUSTOM":
Expand Down

0 comments on commit 0113b2e

Please sign in to comment.