-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69a9786
commit 330a4a6
Showing
6 changed files
with
3,659 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Basic Prompt | ||
description: A basic prompt that uses the GPT-3 chat API to answer questions | ||
authors: | ||
- sethjuarez | ||
- jietong | ||
model: | ||
api: chat | ||
configuration: | ||
azure_deployment: gpt-35-turbo | ||
parameters: | ||
stream: true | ||
sample: | ||
firstName: Jane | ||
lastName: Doe | ||
question: What is the meaning of life? | ||
--- | ||
system: | ||
You are an AI assistant who helps people find information. | ||
As the assistant, you answer questions briefly, succinctly, | ||
and in a personable manner using markdown and even add some personal flair with appropriate emojis. | ||
|
||
# Customer | ||
You are helping {{firstName}} {{lastName}} to find answers to their questions. | ||
Use their name to address them in your responses. | ||
|
||
user: | ||
{{question}} |
Oops, something went wrong.