Fixing text
Browse files
app.py
CHANGED
@@ -7,9 +7,7 @@ openai.api_key = "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"
|
|
7 |
start_sequence = "\nAI:"
|
8 |
restart_sequence = "\nHuman: "
|
9 |
|
10 |
-
prompt = "The following is a conversation with an AI assistant. The assistant is
|
11 |
-
helpful, creative, clever, and very friendly.\n\nHuman: Hello, who are you?\nAI
|
12 |
-
: I am an AI created by OpenAI. How can I help you today?\nHuman: "
|
13 |
|
14 |
def openai_create(prompt):
|
15 |
|
|
|
7 |
start_sequence = "\nAI:"
|
8 |
restart_sequence = "\nHuman: "
|
9 |
|
10 |
+
prompt = "The following is a conversation with an AI assistant. The assistant is helpful, creative, clever, and very friendly.\n\nHuman: Hello, who are you?\nAI: I am an AI created by OpenAI. How can I help you today?\nHuman: "
|
|
|
|
|
11 |
|
12 |
def openai_create(prompt):
|
13 |
|