From eb42b6c5936caa8c918cf0a7957a5d488342eb94 Mon Sep 17 00:00:00 2001 From: Florian Follonier Date: Thu, 23 May 2024 17:54:51 +0200 Subject: [PATCH] Update promptlab.md --- web/promptlab.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/web/promptlab.md b/web/promptlab.md index d8dc098..0da01da 100644 --- a/web/promptlab.md +++ b/web/promptlab.md @@ -175,14 +175,17 @@ This was again a **zero-Shot prompt**, but we are just establishing the context. To generate a name for your space startup, you can use a **few-shot prompt**, which is a type of prompt that provides some examples of the desired output, followed by an empty line where Bing Chat will fill in a new output based on the examples. For example, you can write: ```prompt -Some possible names for a space startup are: +I am looking on naming ideas for our startup that builds and sends human spaceships to Mars. +I want the names to reflect the special background of our CEO and contain a number. -- SpaceX -- Blue Origin -- Virgin Galactic -- Clearspace +Generate four names for our space startup: -Generate three names for our space startup that builds and sends human spaceships to Mars and show the special background of our CEO: +- MarsChefX1 +- AstroCuisine7 +- OrbitGourmet9 +- GalacticGourmet8 + +Generate four names for our space startup: ``` You can try different examples or add more details to the prompt, such as the type of service or product your startup offers, to get different results.