Skip to content

Commit f90872a

Browse files
claudemarksftw
andcommitted
revert: remove Image Upload and Document Upload from pricing table
Based on feedback that pricing table was already updated in PR #108, remove all pricing table modifications while keeping the FAQ section changes for supported file types. Co-authored-by: Marks <marksftw@users.noreply.github.com>
1 parent f3f3bf6 commit f90872a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

‎frontend/src/config/pricingConfig.tsx‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export const PRICING_PLANS: PricingPlan[] = [
4242
icon: <CheckclassName="w-4 h-4 text-green-500"/>
4343
},
4444
{text: "Rename Chats",included: true,icon: <CheckclassName="w-4 h-4 text-green-500"/>},
45-
{text: "Image Upload",included: false},
46-
{text: "Document Upload",included: false},
4745
{text: "Gemma 3 27B",included: false,icon: <XclassName="w-4 h-4 text-red-500"/>},
4846
{text: "DeepSeek R1 70B",included: false,icon: <XclassName="w-4 h-4 text-red-500"/>}
4947
],
@@ -69,8 +67,6 @@ export const PRICING_PLANS: PricingPlan[] = [
6967
included: true,
7068
icon: <CheckclassName="w-4 h-4 text-green-500"/>
7169
},
72-
{text: "Image Upload",included: false},
73-
{text: "Document Upload",included: false},
7470
{text: "Gemma 3 27B",included: true,icon: <CheckclassName="w-4 h-4 text-green-500"/>},
7571
{text: "DeepSeek R1 70B",included: false,icon: <XclassName="w-4 h-4 text-red-500"/>}
7672
],
@@ -96,8 +92,6 @@ export const PRICING_PLANS: PricingPlan[] = [
9692
included: true,
9793
icon: <CheckclassName="w-4 h-4 text-green-500"/>
9894
},
99-
{text: "Image Upload",included: true},
100-
{text: "Document Upload",included: true},
10195
{text: "Gemma 3 27B",included: true,icon: <CheckclassName="w-4 h-4 text-green-500"/>},
10296
{
10397
text: "DeepSeek R1 70B",
@@ -138,8 +132,6 @@ export const PRICING_PLANS: PricingPlan[] = [
138132
included: true,
139133
icon: <CheckclassName="w-4 h-4 text-green-500"/>
140134
},
141-
{text: "Image Upload",included: true},
142-
{text: "Document Upload",included: true},
143135
{text: "Gemma 3 27B",included: true,icon: <CheckclassName="w-4 h-4 text-green-500"/>},
144136
{
145137
text: "DeepSeek R1 70B",

0 commit comments

Comments
 (0)