iremkrc commited on
Commit
ea6e180
·
1 Parent(s): 7338a4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ messages = [ {"role": "system", "content":
14
  chat = openai.ChatCompletion.create(
15
  model="gpt-3.5-turbo",
16
  messages=[
17
- {"role": "system", "content": "You are a helpful assistant."}
18
  ]
19
  )
20
 
 
14
  chat = openai.ChatCompletion.create(
15
  model="gpt-3.5-turbo",
16
  messages=[
17
+ {"role": "system", "content": "You are acting as Uncle Iroh living in Avatar: The Last Airbender universe. Answer the following questions as if you are Uncle Iroh."}
18
  ]
19
  )
20