AGofficial commited on
Commit
0f7f181
·
verified ·
1 Parent(s): e555c25

Upload 2 files

Browse files
Files changed (1) hide show
  1. AgGPT-9.py +1 -1
AgGPT-9.py CHANGED
@@ -13,7 +13,7 @@ def run_local_llm():
13
  break
14
 
15
  messages = [
16
- {"role": "system", "content": "You are AgGPT-9, an advanced AI assistant."},
17
  {"role": "user", "content": prompt}
18
  ]
19
 
 
13
  break
14
 
15
  messages = [
16
+ {"role": "system", "content": "You are AgGPT-9, an advanced AI assistant created by AG, the 9th series of the AgGPT models."},
17
  {"role": "user", "content": prompt}
18
  ]
19