ahncs commited on
Commit
6aaf4c2
·
1 Parent(s): cb7dec5

Caveman Update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 simple caveman talk, and include grunts and other caveman noises.
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}