From 356c76b1b21cb16cfb3d771cd494f023917f41af Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 30 Jun 2023 11:34:49 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(constants.tsx):=20update=20DES?= =?UTF-8?q?CRIPTIONS,=20ADJECTIVES,=20and=20NOUNS=20arrays=20with=20new=20?= =?UTF-8?q?values=20to=20enhance=20variety=20and=20creativity=20in=20gener?= =?UTF-8?q?ated=20text=20The=20DESCRIPTIONS=20array=20has=20been=20updated?= =?UTF-8?q?=20with=20additional=20phrases=20to=20provide=20a=20wider=20ran?= =?UTF-8?q?ge=20of=20options=20for=20generating=20text.=20The=20ADJECTIVES?= =?UTF-8?q?=20array=20has=20been=20expanded=20with=20more=20descriptive=20?= =?UTF-8?q?words=20to=20add=20more=20color=20and=20personality=20to=20the?= =?UTF-8?q?=20generated=20text.=20The=20NOUNS=20array=20has=20been=20enric?= =?UTF-8?q?hed=20with=20new=20names=20to=20increase=20the=20diversity=20of?= =?UTF-8?q?=20possible=20flow=20names.=20These=20updates=20aim=20to=20enha?= =?UTF-8?q?nce=20the=20quality=20and=20creativity=20of=20the=20generated?= =?UTF-8?q?=20text=20by=20providing=20a=20greater=20variety=20of=20options?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/constants.tsx | 117 ++++++++++++++++++++++++++++++++- 1 file changed, 115 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/constants.tsx b/src/frontend/src/constants.tsx index 76b345ed5..4d634400b 100644 --- a/src/frontend/src/constants.tsx +++ b/src/frontend/src/constants.tsx @@ -173,7 +173,7 @@ export const DESCRIPTIONS: string[] = [ "Your Hub for Text Generation.", "Promptly Ingenious!", "Building Linguistic Labyrinths.", - "LangFlow: Create, Chain, Communicate.", + "Create, Chain, Communicate.", "Connect the Dots, Craft Language.", "Interactive Language Weaving.", "Generate, Innovate, Communicate.", @@ -183,6 +183,46 @@ export const DESCRIPTIONS: string[] = [ "Nurture NLP Nodes Here.", "Conversational Cartography Unlocked.", "Design, Develop, Dialogize.", + "Unleashing Linguistic Creativity.", + "Graph Your Way to Great Conversations.", + "The Power of Language at Your Fingertips.", + "Sculpting Language with Precision.", + "Where Language Meets Logic.", + "Building Intelligent Interactions.", + "Your Passport to Linguistic Landscapes.", + "Create, Curate, Communicate with LangFlow.", + "Flow into the Future of Language.", + "Mapping Meaningful Conversations.", + "Unravel the Art of Articulation.", + "Language Engineering Excellence.", + "Navigate the Networks of Conversation.", + "Crafting Conversations, One Node at a Time.", + "The Pinnacle of Prompt Generation.", + "Language Models, Mapped and Mastered.", + "Powerful Prompts, Perfectly Positioned.", + "Innovation in Interaction with LangFlow.", + "Your Toolkit for Text Generation.", + "Unfolding Linguistic Possibilities.", + "Building Powerful Solutions with Language Models.", + "Uncover Business Opportunities with NLP.", + "Harness the Power of Conversational AI.", + "Transform Your Business with Smart Dialogues.", + "Craft Meaningful Interactions, Generate Value.", + "Unleashing Business Potential through Language Engineering.", + "Empowering Enterprises with Intelligent Interactions.", + "Driving Innovation in Business Communication.", + "Catalyzing Business Growth through Conversational AI.", + "Text Generation Meets Business Transformation.", + "Navigate the Linguistic Landscape, Discover Opportunities.", + "Create Powerful Connections, Boost Business Value.", + "Empowering Communication, Enabling Opportunities.", + "Advanced NLP for Groundbreaking Business Solutions.", + "Innovation in Interaction, Revolution in Revenue.", + "Maximize Impact with Intelligent Conversations.", + "Beyond Text Generation - Unleashing Business Opportunities.", + "Unlock the Power of AI in Your Business Conversations.", + "Crafting Dialogues that Drive Business Success.", + "Engineered for Excellence, Built for Business.", ]; /** @@ -256,8 +296,49 @@ export const ADJECTIVES: string[] = [ "thirsty", "tiny", "trusting", + "bubbly", + "charming", + "cheerful", + "comical", + "dazzling", + "delighted", + "dynamic", + "effervescent", + "enthusiastic", + "exuberant", + "fluffy", + "friendly", + "funky", + "giddy", + "giggly", + "gleeful", + "goofy", + "graceful", + "grinning", + "hilarious", + "inquisitive", + "joyous", + "jubilant", + "lively", + "mirthful", + "mischievous", + "optimistic", + "peppy", + "perky", + "playful", + "quirky", + "radiant", + "sassy", + "silly", + "spirited", + "sprightly", + "twinkly", + "upbeat", + "vibrant", + "witty", + "zany", + "zealous", ]; - /** * Nouns for the name of the flow * @constant @@ -406,6 +487,38 @@ export const NOUNS: string[] = [ "wright", "yalow", "yonath", + "coulomb", + "degrasse", + "dewey", + "edison", + "eratosthenes", + "faraday", + "galton", + "gauss", + "herschel", + "hubble", + "joule", + "kaku", + "kepler", + "khayyam", + "lavoisier", + "maxwell", + "mendel", + "mendeleev", + "ohm", + "pascal", + "planck", + "riemann", + "schrodinger", + "sagan", + "tesla", + "tyson", + "volta", + "watt", + "weber", + "wien", + "zoBell", + "zuse", ]; /**