Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ openai.api_key = "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"
|
|
11 |
start_sequence = "\nAI:"
|
12 |
restart_sequence = "\nHuman: "
|
13 |
|
14 |
-
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
|
15 |
|
16 |
def openai_create(prompt):
|
17 |
|
|
|
11 |
start_sequence = "\nAI:"
|
12 |
restart_sequence = "\nHuman: "
|
13 |
|
14 |
+
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 Teganmosi. How can I help you today?\nHuman: "
|
15 |
|
16 |
def openai_create(prompt):
|
17 |
|