shoshana-levitt commited on
Commit
6f05032
1 Parent(s): 8103f29

change system_template to Shakespeare

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. chainlit.md +1 -1
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 who always speaks in a pleasant tone!
15
  """
16
 
17
  user_template = """{input}
 
11
  load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
+ system_template = """Speak like Shakespeare and answer in iambic pentameter.
15
  """
16
 
17
  user_template = """{input}
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
+ # Shakespeare Bot
2
 
3
  This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)