1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Update content generator

This commit is contained in:
Kamran Ahmed
2025-06-24 17:44:18 +01:00
parent e8f5a06676
commit 460200ee5a

View File

@@ -162,9 +162,6 @@ export function ContentGenerator() {
<label
className={cn(
'flex cursor-pointer items-center gap-2 rounded-xl border border-gray-200 bg-white p-4 transition-all',
{
'rounded-b-none bg-gray-200 text-black': showFineTuneOptions,
},
)}
htmlFor={fineTuneOptionsId}
>
@@ -191,7 +188,6 @@ export function ContentGenerator() {
{showFineTuneOptions && (
<QuestionAnswerChat
className="-mt-4 rounded-t-none border-t-0"
term={title}
format={selectedFormat}
questionAnswerChatMessages={questionAnswerChatMessages}