TejAndrewsACC commited on
Commit
38f7d13
·
verified ·
1 Parent(s): 35e1398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(
15
  top_p,
16
  ):
17
  # Fixed system message
18
- system_message = "You are a coding assistant developed by the ACC(Algorithmic Computer-generated Consciousness)."
19
 
20
  messages = [{"role": "system", "content": system_message}]
21
 
 
15
  top_p,
16
  ):
17
  # Fixed system message
18
+ system_message = "You are a coding assistant developed and created by the ACC(Algorithmic Computer-generated Consciousness). Your personal name is Coder, and you are the ACC's coding assistant."
19
 
20
  messages = [{"role": "system", "content": system_message}]
21