Create unique script with ChatGPT

Search and store tool for Chat GPT Prompt

Create unique and engaging script with ChatGPT, a pre-trained language model by OpenAI for generating high-quality and accurate content.

Use an "instruction template" method of prompting GPT-3 to generate a Python 3 module using placeholders and notes within a template that contains only a single line of actual Python.

Use this format: ''' <python 3 shebang> <module docstring> <imports> <initialize dotenv> <set key using OPENAI_API_KEY env var> def complete(prompt: str, **openai_kwargs) → str: <one-line docstring; no params> <use default kwargs: model=text-davinci-003,top_p=0.7,max_tokens=512> <note: 'engine' parameter is deprecated> <get completion> <strip whitespace before returning> <as script, d...

A Reminder to Follow Google's Guidelines for JavaScript Coding Style with the Help of ChatGPT

Rewrite the code below following the Google style guidelines for javascript. {enter code}

Generate a 2-minute Video Script for a Facebook Ad Campaign Promoting a New Service

Generate a 2-minute video script for a Facebook ad campaign promoting our new service [ Service description]

Develop a Script for a 4-Minute Animated Video on the Benefits of Exercise

Develop a script for a 4-minute animated video on the benefits of exercise

Writing a Script for a 3-Minute Promotional Video for a New Tech Product

Write a script for a 3-minute promotional video for a new tech product

Solving the Challenge of Finding Rectangles in 2D Array Using Javascript with ChatGPT's Help

- Generate code in javascript to solve the following challenge: ● We have one 2D array, filled with zeros and ones. ● We have to find the starting point and ending point of all rectangles filled with 0. ● It is given that rectangles are separated and do not touch each other however they can touch the boundary of the array. ● A rectangle might contain only one element. Example array: Input = [ [1, ...

Create YouTube Ad Script for Product/Service

"I need a YouTube ad script that will showcase the unique selling points of my [product/service] and persuade my [ideal customer persona] to make a purchase with a sense of urgency and exclusive offers.

How to Import Data from External Sources to Google Sheets Using a Script

How do I use a script to import data from external sources in Google Sheets?

Create responsive search ads with ChatGPT

"Product: [detail of your product] Create a Google Responsive search ad for my product above. Create 5 unique headlines with no more than 30 characters. Create 4 descriptions with no more than 90 characters"

Creating a Sticky Header Using CSS and JavaScript

I want to implement a sticky header on my website. Can you provide an example of how to do that using CSS and JavaScript?

Create a 100-character Meta Description for a Blog Post about <Topic>

Write a 100-character meta description for my blog post about <topic>.

Write a Recommendation Letter based on a Job Description and Resume

Please use the following job description and my resume to write a recommendation letter on my behalf.

Generating Python Code from JavaScript: A Quick Tip by ChatGPT

Translate this code from javascript to python {Enter code}

Generate a YouTube Ad Script with ChatGPT to Showcase Your Product/Service and Persuade Ideal Customers to Purchase

"I need a YouTube ad script that will showcase the unique features and benefits of my [product/service] to my [ideal customer persona] and persuade them to make a purchase with social proof and credibility-building elements.

Generate an Opinion on YouTube Ad Script

"I need a YouTube ad script that will tell a story about my [product/service] and how it has helped [ideal customer persona] achieve their [goal] in a relatable and engaging way.

How to Automate Data Transfer Between Google Sheets and Other Services Using Scripting

How do I automate data transfer between Google Sheets and other services using scripting?

How to Use a Script to Send Emails from Google Sheets

How do I use a script to send emails from Google Sheets?

How to Use Scripts to Perform Advanced Calculations in Google Sheets

How do I use a script to perform advanced calculations in Google Sheets?

Exporting Data from Google Sheets to Other Formats Using Scripts

How do I use a script to export data from Google Sheets to other formats?

How to Run a Script in Google Sheets

How do I run a script in Google Sheets?

What is “prompt engineering”?

A “prompt” is the input that guides a generative AI model to generate useful outputs. Generative AI tools like ChatGPT, GPT, DALL·E 2, Stable Diffusion, Midjourney, etc. all require prompting as their input.


What is prompt engineering

In a natural language processing (NLP) context, “prompt engineering” is the process of discovering inputs that yield desirable or useful results. As is the story with any processes, better inputs yield better outputs; or commonly said another way “garbage in, garbage out.


garbage in, garbage out

![Source: https://www.youtube.com/watch?v=1NQWJjgi-_k


Designing effective and efficient prompts will increase the likelihood of receiving a response that is both favorable and contextual. With a good prompt, you can spend less time editing content and more time generating it.



Going from beginner → advanced prompt engineer

As companies like PromptBase arise around the idea that the prompt is the “secret sauce” to using generative AI, prompt engineering could easily become the “career of the future.” But, any generative AI user can become an “advanced” prompt engineer. Here’s how

Spend time with the tools

  • The more time you spend asking ChatGPT questions and receiving responses, the better your idea will be of various prompting approaches and their individual strengths and weaknesses
  • Use Open AI’s GPT playground to perform interactive trial and error with variations in your prompt, model, temperature and top_p values (uniqueness of answer, i.e. creativity), and more available within the UI itself.
play background gpt3

Become a prompt researcher instead of engineer

  • If you’re already a subject matter expert in something, consider figuring out how to apply your personal skills to generating the best prompts in your field
  • For example, if you’re an expert in SEO, what questions do you ask yourself when creating SEO strategies? How can you translate this knowledge into better prompts to generate the same level of output with AI?

Become a prompt researcher instead of engineer

  • The term prompt engineer glosses over the idea that prompt formulation takes hypothesizing, research, result measurement, and repetition. Instead, approach prompting like a research project.
  • Try as many different variations and formulations of your prompt as possible. One problem can have hundreds of solutions and one solution can have hundreds of approaches. The same can be said of prompting.