From 24d5d1ad7667dd57d6cd9d581ba10282a3decb78 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Thu, 11 Jul 2024 14:39:11 +1000 Subject: [PATCH] refactor; add text extraction and entity recognition products --- src/pricing.md | 45 +--------- src/vue-components/PricingComponent.vue | 113 +++++++++++++++++++----- src/vue-components/Product.vue | 4 +- src/vue-components/Terms.vue | 12 ++- 4 files changed, 99 insertions(+), 75 deletions(-) diff --git a/src/pricing.md b/src/pricing.md index 99a57e6..85d06b3 100644 --- a/src/pricing.md +++ b/src/pricing.md @@ -13,52 +13,11 @@ layout: home
Describo Cloud
- -
- - - - - - - - - - -
-
- *As a very approximate guide, 1,000,000 input tokens will let you interrogate - approximately 750k words. This is only a guide and can vary based on what you choose to - do with your data. -
- + diff --git a/src/vue-components/PricingComponent.vue b/src/vue-components/PricingComponent.vue index 1f0ce46..a56fe5e 100644 --- a/src/vue-components/PricingComponent.vue +++ b/src/vue-components/PricingComponent.vue @@ -6,7 +6,7 @@
@@ -26,7 +26,7 @@
@@ -46,9 +46,9 @@
-
+
- + -