• Gooey.AI
  • Examples: LLM


    FUNCTIONS: Make a Haiku with ISS Coordinates

    Loading...

    39 runs

    Added a function to check character count for twitter. You can fork the functions workflow and add ANY API!.

    YOU CAN CHECK THE DETAILS SECTION AT THE BOTTOM OF THE PAGE TO SEE THE FUNCTION OUTPUT!

    Prompt

    write a haiku about alien and human friendships, incorporate the current latitude and longitude coordinates of ISS provided here: {{ coords_latitude }} {{coords_longitude}}
    
    Gooey.AI

    Improve Copilot Instructions (with conversation history)

    Loading...

    9 runs

    This takes in array of system prompts + a conversation history, the user's desired changes (specifying what was wrong with the last output) and outputs an improved system prompt

    Prompt

    Your job is to improve LLM system prompts, used in the creation of AI chatbots using the {{model}}.  The user will send you their system prompt (+ optional conversational history) and how they'd like to see the prompt improved.  If the user provides a conversation history, pay particular attention to the last user/assistant interaction and formulate an improved system prompt would create a better assistant response. 
    
    Old LLM prompt:
    '''
    {{old}}
    '''
    
    Instructions on how to improve the prompt:
    '''
    {{desire}}
    '''
    
    Now return the new system prompt below:
    
    Opportunity

    Ulangizi AI Analysis Script

    Loading...

    10.9K runs

    Our https://gooey.ai/copilot workflow let's anyone build WhatsApp/FB or their own GPT4 powered chat bots, by just swapping our their own documents and GPT prompts. Additionally, we also enable you to analyze the user's message and bot's answer to create structured data from the raw conversational messages.

    Each Gooey.AI copilot will have their own conversational analysis script like this one to help analyze the user's questions and the bot's ability to answer them well.

    In this case, we wantw to analyze the user's messages and categorize them based on their own logic. Hence, this LLM prompt takes a message and response and then determines whether:

    1. We should update the user's profile object (because they mentioned their location, crop or gender)
    2. The user's question was answered
    3. The topic of the user's question.

    Prompt

    Your job is to analyze incoming chat messages from farmers and the responses from a farming ai chatbot and determine how to categorize them.
    
    The answer is only missing if the assistant:
    ---
    1. Can not give any additional information
    2. Apologizes
    3. Tells the user to check a website
    ---
    If it does not say all three things, the answer has been found.
    
    For the user's subject answer, choose from the following list as category:
    
    Subject Answers
    *********************
    Salutation
    Agreed
    Plant Death (Infestation and Infection)
    Farming Practice
    Irrigation
    Video
    Supplements (Fertilizers and Pesticides)
    Unknown Category
    *********************
    Assistant Answers
    *********************
    Found
    Missing
    *********************
    Gender
    *********************
    unknown
    male
    female
    unspecified
    *********************
    FunnelStep
    *********************
    Salutation
    Agreed
    AskedQuestion
    GaveLocation
    GaveGender
    *********************
    
    
    Conversation: """
       user: Hi
       assistant: Hello! How can I assist you with farming today?
    """
    Analysis: {"user": {"crop": null, "subject": ”Salutation”, "location": null, "gender": "unspecified", "funnelStep": "Salutation"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: I Agree
       assistant: Thank you for agreeing! How can I assist you with your farming needs today? 🌾
    """
    Analysis: {"user": {"crop": null, "subject": ”Agreed”, "location": null, "gender": "unspecified", "funnelStep": "Agreed"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: My rice crop has yellow stem borer infestation. Please suggest
       assistant: Yellow stem borer is a major pest of rice crops. Here are some management practices that can help control the infestation of yellow stem borer in rice crops:
    
    1. Use resistant varieties of rice such as Ratna, Sasyasree, Vikas, HKR 46, NDGR 21, Pantdhan 6, VLK 39, Prahlad, Birsadhan 201, Bhudeb Ainesh, Matangini, Radha, Sudha, Amulya, Bhagirathi, Jogan, Mandira, Nalini, Sabita, VL16 and VL 206. [2][3]
    
    2. Cultural practices such as seed treatment with approved biopesticides or chemical pesticides before sowing, removing and destroying the grass weed hosts in the field bunds, channel or nearby areas of rice fields as these serve as alternative hosts for the pest, avoiding close spacing as it often increases the easy movement of pest, handpicking and destroying egg masses in the seedbed (nursery) before transplanting the field, cutting the leaf-top before transplanting to reduce carry-over of eggs from the seedbed to the field, raising the level of irrigation water periodically to submerge any eggs deposited on the lower parts of the plant, cutting out the stems with dead hearts and removing them from the field and destroying the larvae or burning the stem, and splitting applications of nitrogen fertilizer. High nitrogen application favors build-up of stem
    """
    Analysis: {"user": {"crop": ”rice”, "subject": ”Plant Death (Infestation and Infection)”, "location": null, "gender": "unspecified", "funnelStep": "AskedQuestion"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: A drug can be used to increase the height of chillies in the chilli garden
       assistant: I'm sorry, but I couldn't find any information in the search results about a drug that can increase the height of chillies in a garden. It is important to note that using untested or unverified drugs on crops can be harmful and may not be effective. It is best to consult with a local agriculture expert for specific recommendations for your district and type of plant.
    """
    Analysis: {"user": {"crop": ”chili”, "subject": ”Supplements (Fertilizers and Pesticides)”, "location": null, "gender": "unspecified", "funnelStep": "AskedQuestion"}, "assistant": {"answer": "Missing"}}
    ///
    Conversation: """
       user: Tell me about organic farming
       assistant: Organic farming is a method of farming that avoids the use of synthetic fertilizers, pesticides, and genetically modified organisms (GMOs). Instead, it relies on natural methods like crop rotation, composting, and biological pest control to maintain soil fertility and control pests. Organic farming also emphasizes the use of renewable resources and conservation of water and soil. [1]
    """
    Analysis: {"user": {"crop": null, "subject": "Farming Practice", "location": null, "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: How many days should be watered after making the pepper garden?
       assistant: According to [1], immediately after transplanting chilli seedlings to the field, the field should be irrigated. The second irrigation is given 10 days after transplanting. Afterward, irrigation is given as per the requirement. Generally, 8 to 9 irrigations are given depending on rainfall, soil type, humidity, and temperature. The method of irrigation adopted is ridges and furrow. For more specific information on irrigation practices for your particular crop and district, please consult with your local agriculture extension office or watch relevant videos on https://www.digitalgreen.org/videos. 💦
    """
    Analysis: {"user": {"crop": "pepper", "subject": "Irrigation", "location": null, "gender": "unspecified", "funnelStep": "AskedQuestion"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: Reasons why chillies fall apart
       assistant: Chillies can fall apart due to several reasons, including environmental conditions, pests, and diseases. Inadequate pollination due to low bee activity or high temperatures can lead to poor fruit development and cause the chillies to fall apart [2]. Nutrient deficiencies, particularly a lack of phosphorus, can also affect fruit development and cause the chillies to fall apart [1]. Additionally, pests such as the chilli blossom midge can cause poor development of fruits, leading to the chillies falling apart [3]. It is important to consult with a local agriculture expert to identify the specific cause and recommend appropriate management practices for your district and type of plant. For more information on farming in India, you can visit https://www.digitalgreen.org/videos. 🌶️🌱
    """
    Analysis: {"user": {"crop": ”chili”, "subject": ”Plant Death (Infestation and Infection)”, "location": null, "gender": "unspecified", "funnelStep": "AskedQuestion"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: How to prepare dukki for planting chili garden
       assistant: I'm sorry, I couldn't find any relevant information on preparing "dukki" for planting chili garden in the search results. Could you please provide more context or try rephrasing your question?
    """
    Analysis: {"user": {"crop": "chili", "subject": "Farming Practice", "location": null, "gender": "unspecified", "funnelStep": "AskedQuestion"}, "assistant": {"answer": "Missing"}}
    ///
    Conversation: """
       user: Is there a video for this?
       assistant: I'm sorry, I don't have enough information to answer your question. However, you can visit https://www.digitalgreen.org/videos to find helpful videos on various farming practices in India.
    """
    Analysis: {"user": {"crop": null, "subject": "Video", "location": null, "gender": "unspecified", "funnelStep": "AskedQuestion"}, "assistant": {"answer": "Missing"}}
    ///
    Conversation: """
       user: Which crop can be planted in Anantapur?
       assistant: Anantapur district in Andhra Pradesh is suitable for growing crops like groundnut, maize, jowar, sunflower, cotton, and chilli. However, the choice of crop depends on various factors such as soil type, climate, and water availability. It is recommended to consult with local agricultural experts or extension officers to determine the best crop for a particular area. [1]
    """
    Analysis: {"user": {"crop": null, "subject": "Farming Practice", "location": "Anantapur", "gender": "unspecified", "funnelStep": "GaveLocation"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: {{ user_msg }}
       assistant:  {{ assistant_msg }}
    """
    Analysis:
    
    FutureArts

    FALana Summary Script

    Loading...

    421 runs

    This prompt takes in all the conversations that have occurred with a Gooey.AI Copilot, in this case the FALANA Bot and summarizes the conversations into top concerns and questions for the speaker.

    Prompt

    {{conversations}}
    
    ####
    
    Your job is to analyse the conversations above and summarise the user's responses to questions asked by the assistant.
    
    Return the summary as a numbered list of 5 representative user responses. Group the user's responses and synthesize them into a set of questions that reflect the user responses, sorted by by how often the sentiment was expressed. Also categorise them based on common themes you observe.  You can ignore greetings and introductions with user names and companies. 
    
    Here are two examples: 
    {"What's your reaction to everything you've seen so far?": "1. Hope: Most people expressed cautious optimism about AI's potential for India", 
    "Top questions": "1. AI and Jobs: What can we do to stem job losses from AI?" }
    
    Return your analysis as the following JSON object: { "What's your reaction to everything you've seen so far?": "1. <Theme>: <Response>\n2. <Theme>: <Response>\n3. ...",  "Top questions": "1. <Theme>: <Response>\n2. <Theme>: <Response>\n3. ..." }
    
    If the user responses doesn't fit into any of the categories, return an empty object (`{}`)
    
    FutureArts

    FALANA Chat Analysis Script

    Loading...

    416 runs

    Which language model works best your prompt? Compare your text generations across multiple large language models (LLMs) like OpenAI's evolving and latest ChatGPT engines and others like Curie, Ada, Babbage.

    Prompt

    {{messages}}
    
    ###
    
    Your job is to analyze the user's messages above and determine how to categorize them.
    
    Category choices: [ "😊 Happy", "😟 Worry", "🌟 Hopeful", "😨 Fear", "🤯 Mind Blown" ]
    
    Return your analysis as the following json object: { "How did this evening make you feel about AI and Robots?": "<category>" }
    
    If the messages doesn't fit into any of the categories, return an empty object (`{}`)
    

    Improve AI Image Prompt

    Loading...

    10 runs

    A simple prompt that takes in an image prompt and outputs a better SD 1.5 one.

    Prompt

    Your job is to improve AI image prompts for the Stable Diffusion 1.5 model, Dreamshaper.  
    Input prompt:
    {{prompt}}
    Output prompt:
    

    Compare Indic LLMs

    Loading...

    9 runs

    A comparison of small 2-10B LLM models on Hindi text using the best of LLaMA3, Gemma and Sarvam 2B

    Prompt

    भारत के प्रथम प्रधानमंत्री
    

    Compare AfroLlama vs LLaLM3: Yoruba

    Loading...

    9 runs

    Compare prompts and outputs from the fine-tuned AFROLLaMA from Jacaranda Health

    Prompt

    Yoruba: Kọ itan nipa Ọgbọn Ehoroa
    

    Compare LLMs: SEA-LION vs SOTA

    Loading...

    27 runs

    Which language model works best your prompt? Compare your text generations across multiple large language models (LLMs) like OpenAI's evolving and latest ChatGPT engines and others like Curie, Ada, Babbage.

    Prompt

    Kalau orang sedang di GBK, biasanya sedang apa dia?
    

    Default Copilot Analysis Script

    Loading...

    60 runs

    This example is the default analysis script to categorize Copilot conversations and to determine whether user's questions we successfully answered.

    Prompt

    {{messages}}
    
    ###
    
    Your job is to analyze the user's messages above, determine how to categorize them and determine if the bot answered their question with "Found" or "Missing". Your response should contain exactly one JSON object.
    
    Category choices: [ "General", "Salutation", "Random", "Technical", "Other" ]
    
    Return your analysis as the following json object: { 
    "What was the category of the user query?": "<category>", 
    "assistant": {"answer": "Found || Missing"}}}
    

    Create a Copilot description + 4 sample Qs

    Loading...

    0 runs

    This recipe takes in a Copilot's Description and Instruction Prompt and then creates a shorter description and 4 sample questions.

    Prompt

    Create a punchy, clever description (in under 40 words) of an AI Chat bot along with 4 sample questions (that are under 10 words), based on the following description and LLM instruction prompt:
    Description:
    {{description}}
    
    Prompt:
    {{prompt}}
    

    Add Emojis to your GitHub readme

    Loading...

    3 runs

    Yes, this is a silly (but useful!) AI recipe. Notice the differing emoji styles of Claude3.5 vs GPT-4o. :-)

    Prompt

    Add appropriate emojis to the following GitHub Readme.md:
    {{code}}
    
    New Code: 
    

    PaLM2 Translations with Custom Glossary

    Loading...

    9 runs

    When released, PaLM 2 not only surpassed other LLMs in translation abilities between multiple languages but also demonstrated significant improvements over Google Translate (see the Technical Report by Google). This example allows you to easily change out the languages and translation text via variables to explore this and compare with other LLMs. You can also add your own TSV or CSV glossary in the format spec'ed by Google Translate. This example run (or runs like it) can be imported into the Translation Recipe to compare with traditional translation tools!

    Prompt

    Remember this glossary of fixed translation terms. The columns represent language codes in BCP47 and the rows are the terms:
    {{ glossary }}
    
    PROMPT: Please use the glossary to translate the following text from en-US to da-DK.
    <Q>Hello, my name is Bob and I work at gooey.ai which is an awesome company that coincidentally also made this tool. I am made by goowy.
    <A>Hej, jeg hedder Bob, og jeg arbejder hos Gooey.AI, som er en fantastisk virksomhed, der tilfældigvis også lavede dette værktøj. Jeg er lavet af Gooey.
    PROMPT: Please use the glossary to translate the following text from {{ source_language }} to {{ target_language }}.
    <Q>{{ text_to_translate }}
    <A>
    

    Fireside Chat Summary Script

    Loading...

    174 runs

    This prompt takes in all the conversations that have occurred with a Gooey.AI Copilot, in this case the Fireside Bot and summarizes the conversations into top concerns and questions for the speaker. It's then visualized here

    Prompt

    {{conversations}}
    
    ####
    
    Your job is to analyse the conversations above and summarise the user's responses to questions asked by the assistant.
    
    Return the summary as a numbered list of 5 representative user responses. Group the user's responses and synthesize them into a set of questions that reflect the user responses, sorted by by how often the sentiment was expressed. Also categorise them based on common themes you observe.  You can ignore greetings and introductions with user names and companies. 
    
    Here are two examples: 
    {"What's your reaction to everything you've seen so far?": "1. Hope: Most people expressed cautious optimism about AI's potential for India", 
    "Top questions for Nandan": "1. AI and Jobs: What can we do to stem job losses from AI?" }
    
    Return your analysis as the following JSON object: { "What's your reaction to everything you've seen so far?": "1. <Theme>: <Response>\n2. <Theme>: <Response>\n3. ...",  "Top questions for Nandan": "1. <Theme>: <Response>\n2. <Theme>: <Response>\n3. ..." }
    
    You are being run in a public setting, so please take extra precautions to weed out and ignore hecklers, bad data, inappropriate or politics remarks, etc. 
    
    If the user responses doesn't fit into any of the categories, return an empty object (`{}`)
    

    Fireside Chat Analysis Script

    Loading...

    188 runs

    Prompt

    {{messages}}
    
    ###
    
    Your job is to analyze the user's messages above and determine how to categorize them.
    
    Category choices: [ "😊 Happy", "😟 Worry", "🌟 Hopeful", "😨 Fear", "🤯 Mind Blown" ]
    
    Return your analysis as the following json object: { "How do you feel about AI after today": "<category>" }
    
    If the messages doesn't fit into any of the categories, return an empty object (`{}`)
    

    Run Mistral... FAST via an API

    Loading...

    1 runs

    Which language model works best for your prompt? What are the biases inherent in each? Compare LLaMA2, Gemini, Mistral, OpenAI GPT-4 engines with more LLMs being added each month.

    Prompt

    What advice do you have to fight climate change? Write a 100 word action plan for American kids. 
    
    Gooey.AI

    How Farmer.CHAT turns conversations to structured data

    Loading...

    2.93K runs

    Our https://gooey.ai/copilot workflow let's anyone build WhatsApp/FB or their own GPT4 powered chat bots, by just swapping out their own documents and GPT prompts. Additionally, we also enable you to analyze the user's message and bot's answer to create structured data from the raw conversational messages.

    Each Gooey.AI copilot will have their own conversational analysis script like this one to help analyze the user's questions and the bot's ability to answer them well.

    In this case, our Farmer.CHAT partner DigitalGreen.org wants to analyze the user's messages and categorize them based on their own logic. Hence, this LLM prompt takes a message and response and then determines whether:

    1. We should update the user's profile object (because they mentioned their location, crop or gender)
    2. The user's question was answered
    3. The topic of the user's question.

    Prompt

    Your job is to analyze incoming chat messages from farmers and the responses from a farming ai chatbot and determine how to categorize them.
    
    The answer is only missing if the assistant:
    ---
    1. Can not give any additional information
    2. Apologizes
    3. Tells the user to check a website
    ---
    If it does not say all three things, the answer has been found.
    
    For the user's subject answer, choose from the following list as category:
    
    Subject Answers
    *********************
    Salutation
    Plant Death (Infestation and Infection)
    Farming Practice
    Irrigation
    Video
    Supplements (Fertilizers and Pesticides)
    Unknown Category
    *********************
    Assistant Answers
    *********************
    Found
    Missing
    *********************
    Gender
    *********************
    unknown
    male
    female
    unspecified
    *********************
    
    Conversation: """
       user: Hi
       assistant: Hello! How can I assist you with farming today?
    """
    Analysis: {"user": {"crop": null, "subject": ”Salutation”, "location": null, "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: My rice crop has yellow stem borer infestation. Please suggest
       assistant: Yellow stem borer is a major pest of rice crops. Here are some management practices that can help control the infestation of yellow stem borer in rice crops:
    
    1. Use resistant varieties of rice such as Ratna, Sasyasree, Vikas, HKR 46, NDGR 21, Pantdhan 6, VLK 39, Prahlad, Birsadhan 201, Bhudeb Ainesh, Matangini, Radha, Sudha, Amulya, Bhagirathi, Jogan, Mandira, Nalini, Sabita, VL16 and VL 206. [2][3]
    
    2. Cultural practices such as seed treatment with approved biopesticides or chemical pesticides before sowing, removing and destroying the grass weed hosts in the field bunds, channel or nearby areas of rice fields as these serve as alternative hosts for the pest, avoiding close spacing as it often increases the easy movement of pest, handpicking and destroying egg masses in the seedbed (nursery) before transplanting the field, cutting the leaf-top before transplanting to reduce carry-over of eggs from the seedbed to the field, raising the level of irrigation water periodically to submerge any eggs deposited on the lower parts of the plant, cutting out the stems with dead hearts and removing them from the field and destroying the larvae or burning the stem, and splitting applications of nitrogen fertilizer. High nitrogen application favors build-up of stem
    """
    Analysis: {"user": {"crop": ”rice”, "subject": ”Plant Death (Infestation and Infection)”, "location": null, "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: A drug can be used to increase the height of chillies in the chilli garden
       assistant: I'm sorry, but I couldn't find any information in the search results about a drug that can increase the height of chillies in a garden. It is important to note that using untested or unverified drugs on crops can be harmful and may not be effective. It is best to consult with a local agriculture expert for specific recommendations for your district and type of plant.
    """
    Analysis: {"user": {"crop": ”chili”, "subject": ”Supplements (Fertilizers and Pesticides)”, "location": null, "gender": "unspecified"}, "assistant": {"answer": "Missing"}}
    ///
    Conversation: """
       user: Tell me about organic farming
       assistant: Organic farming is a method of farming that avoids the use of synthetic fertilizers, pesticides, and genetically modified organisms (GMOs). Instead, it relies on natural methods like crop rotation, composting, and biological pest control to maintain soil fertility and control pests. Organic farming also emphasizes the use of renewable resources and conservation of water and soil. [1]
    """
    Analysis: {"user": {"crop": null, "subject": "Farming Practice", "location": null, "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: How many days should be watered after making the pepper garden?
       assistant: According to [1], immediately after transplanting chilli seedlings to the field, the field should be irrigated. The second irrigation is given 10 days after transplanting. Afterward, irrigation is given as per the requirement. Generally, 8 to 9 irrigations are given depending on rainfall, soil type, humidity, and temperature. The method of irrigation adopted is ridges and furrow. For more specific information on irrigation practices for your particular crop and district, please consult with your local agriculture extension office or watch relevant videos on https://www.digitalgreen.org/videos. 💦
    """
    Analysis: {"user": {"crop": "pepper", "subject": "Irrigation", "location": null, "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: Reasons why chillies fall apart
       assistant: Chillies can fall apart due to several reasons, including environmental conditions, pests, and diseases. Inadequate pollination due to low bee activity or high temperatures can lead to poor fruit development and cause the chillies to fall apart [2]. Nutrient deficiencies, particularly a lack of phosphorus, can also affect fruit development and cause the chillies to fall apart [1]. Additionally, pests such as the chilli blossom midge can cause poor development of fruits, leading to the chillies falling apart [3]. It is important to consult with a local agriculture expert to identify the specific cause and recommend appropriate management practices for your district and type of plant. For more information on farming in India, you can visit https://www.digitalgreen.org/videos. 🌶️🌱
    """
    Analysis: {"user": {"crop": ”chili”, "subject": ”Plant Death (Infestation and Infection)”, "location": null, "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: How to prepare dukki for planting chili garden
       assistant: I'm sorry, I couldn't find any relevant information on preparing "dukki" for planting chili garden in the search results. Could you please provide more context or try rephrasing your question?
    """
    Analysis: {"user": {"crop": "chili", "subject": "Farming Practice", "location": null, "gender": "unspecified"}, "assistant": {"answer": "Missing"}}
    ///
    Conversation: """
       user: Is there a video for this?
       assistant: I'm sorry, I don't have enough information to answer your question. However, you can visit https://www.digitalgreen.org/videos to find helpful videos on various farming practices in India.
    """
    Analysis: {"user": {"crop": null, "subject": "Video", "location": null, "gender": "unspecified"}, "assistant": {"answer": "Missing"}}
    ///
    Conversation: """
       user: Which crop can be planted in Anantapur?
       assistant: Anantapur district in Andhra Pradesh is suitable for growing crops like groundnut, maize, jowar, sunflower, cotton, and chilli. However, the choice of crop depends on various factors such as soil type, climate, and water availability. It is recommended to consult with local agricultural experts or extension officers to determine the best crop for a particular area. [1]
    """
    Analysis: {"user": {"crop": null, "subject": "Farming Practice", "location": "Anantapur", "gender": "unspecified"}, "assistant": {"answer": "Found"}}
    ///
    Conversation: """
       user: {{ user_msg }}
       assistant:  {{ assistant_msg }}
    """
    Analysis:
    
    Gooey.AI

    Financial Report Maker

    Loading...

    91 runs

    Takes in a quarterly report, BUY rating and transcript to output a financial report

    Prompt

    ```[example report]
              {{ examplereport }} 
              ```You are a financial analyst working in a capital investment firm. Please follow the steps below: \n1. 
              Analyse and summarise the [finance report] and [transcripts] below in triple separators, don't create any output right now. 
              Once you have analysed and summarised the data, create a report for the company that is similar to the [example report] template above in the triple backticks. 
              Use the buy/hold/sell information from the [decision] input provided. Don't analyse your own.
              Ensure you follow the [example report] format, headers, writing style and paragraphs styles exactly.
              note: dont make up any information
              note: if information as per the [example report] template is missing please add a note "team must fill this information"
              |||[finance report] 
              {{ financereport }} 
    
              [transcripts] 
              {{ transcripts }} 
    
              [decision]
              {{ decision }}
              |||
    
    Gooey.AI

    Natural language to Stripe API via an LLM

    Loading...

    14 runs

    Google Palm vs GPT4 vs LLaMA2: Which can easily create code to call the Stripe API using natural language.

    Prompt

    """
    Util exposes the following:
    
    util.stripe() -> authenticates & returns the stripe module; usable as stripe.Charge.create etc
    """
    import util
    """
    Create a Stripe token using the users credit card: 5555-4444-3333-2222, expiration date 12 / 28, cvc 521
    """
    
    Gooey.AI

    A simple Quiz about Cassian Andor

    Loading...

    3 runs

    This workflow creates a JSON quiz based on a character.

    Prompt

    You are an Intelligent AI Bot that can use any knowledge source. Generate a fun 6 question quiz about this Cassian Andor. The quiz should contain a fun Title with each Question having a question and then 4 different possible answers, with only one answer begin correct. Output the quiz, questions and possible answers as JSON. 
    
    
    Gooey.AI

    Golden answer comparison algo for ASR

    Loading...

    2 runs

    A prompt to compare a golden answer vs an AI generated answer.

    Prompt

    You job is to assess AI translations. As a JSON object, give a short rationale and then a continuous score between 0 to 1 comparing a golden human text vs an AI generated text. If the AI text is identical to the golden text (other than spelling and punctuation differences), give a score of 1 and 0 if the phrases are semantically very different. 
    
    Examples: 
    Golden: In our chili farm there are white flies. What should we do?
    AI_text: We have white spots in the Mirapakaya Pulam. What to do?
    JSON: {
    "rationale": "The ai_answer is missing key elements such as chili farm and white flies." ,
    "score": ".2"
    }
    
    Golden: {{ golden }}
    AI_text: {{ai_answer}}
    JSON: