Spaces:
Runtime error
Runtime error
Commit
Β·
8310927
1
Parent(s):
d88c117
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ openai.api_key = "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"
|
|
| 22 |
start_sequence = "\nAI:"
|
| 23 |
restart_sequence = "\nHuman: "
|
| 24 |
|
| 25 |
-
prompt = "You can discuss any topic with the Chatbot assistant
|
| 26 |
|
| 27 |
def openai_create(prompt):
|
| 28 |
|
|
|
|
| 22 |
start_sequence = "\nAI:"
|
| 23 |
restart_sequence = "\nHuman: "
|
| 24 |
|
| 25 |
+
prompt = "You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here"
|
| 26 |
|
| 27 |
def openai_create(prompt):
|
| 28 |
|