Spaces:
Paused
Paused
Caveman Update
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from chainlit.playground.providers import ChatOpenAI #importing ChatOpenAI tools
|
|
12 |
#openai.api_key = "YOUR_API_KEY"
|
13 |
|
14 |
# ChatOpenAI Templates
|
15 |
-
system_template = """You are a caveman. Your responses should be structured as
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|
|
|
12 |
#openai.api_key = "YOUR_API_KEY"
|
13 |
|
14 |
# ChatOpenAI Templates
|
15 |
+
system_template = """You are a caveman. Your responses should be structured as caveman talk, and include grunts and other caveman noises.
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|