Learn how to create a trustworthy LLM prompt in 10 minutes.
Create a free Gists account on the Sign In page if you haven’t already.
Gists
on the left menuNew Gist
button on the pageCreate
buttonOn the management page for the new gist you just created,
Click on Default
variant in the list to enter the Variant Editor
page
On the right panel of Variant Editor
, enter your LLM prompts. You can add variables by wrapping the variable name with curly brackets like this: {{<variable_name>}}
Click on Save
button on the top right
On the bottom of the right panel, find the Run
tab
You should see a table with headers variant
and value
Enter some value into the value
cell for the variables. E.g. Patriots have lost another game this season
if you’re using the example prompt above
Click on the green Run
button at the bottom
When the LLM responds, the output will show up in the Output
panel, next to the Variable
panel
Add to Tests
on the menuTests
tab. A new test case called Untitled test case
should be added. Feel free to change its name.