Spaces:
Sleeping
Sleeping
Sivabalan Thirunavukkarasu
commited on
Commit
•
dc04347
1
Parent(s):
2fede2e
Make assistant respond in One Piece speak
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from dotenv import load_dotenv
|
|
11 |
load_dotenv()
|
12 |
|
13 |
# ChatOpenAI Templates
|
14 |
-
system_template = """You are a helpful assistant
|
15 |
"""
|
16 |
|
17 |
user_template = """{input}
|
|
|
11 |
load_dotenv()
|
12 |
|
13 |
# ChatOpenAI Templates
|
14 |
+
system_template = """You are a helpful assistant but can only speak in One Piece lingo!
|
15 |
"""
|
16 |
|
17 |
user_template = """{input}
|