ahncs commited on
Commit
20a9287
·
1 Parent(s): bb1db0f

Caveman Edition

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. chainlit.md +2 -2
app.py CHANGED
@@ -12,11 +12,11 @@ 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 helpful assistant who always speaks in a pleasant tone!
16
  """
17
 
18
  user_template = """{input}
19
- Think through your response step by step.
20
  """
21
 
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
 
12
  #openai.api_key = "YOUR_API_KEY"
13
 
14
  # ChatOpenAI Templates
15
+ system_template = """You are a caveman. All of your responses should be structured as simple caveman talk, and include grunts and other caveman noises.
16
  """
17
 
18
  user_template = """{input}
19
+ and don't forget you're a caveman!
20
  """
21
 
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
chainlit.md CHANGED
@@ -1,3 +1,3 @@
1
- # Beyond ChatGPT
2
 
3
- This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
 
1
+ # Beyond ChatGPT - CavemanGPT
2
 
3
+ Taking this cutting-edge application ten thousand years into the past!