SustcZhangYX commited on
Commit
fbac713
·
1 Parent(s): 865fce4
Files changed (1) hide show
  1. exp.py +1 -1
exp.py CHANGED
@@ -12,7 +12,7 @@ pipeline = transformers.pipeline(
12
  )
13
 
14
  messages = [
15
- {"role": "system", "content": "You are an expert assistant in environmental science, EnvGPT."},
16
  {"role": "user", "content": "What is the definition of environmental science?"},
17
  ]
18
 
 
12
  )
13
 
14
  messages = [
15
+ {"role": "system", "content": "You are an expert assistant in environmental science, EnvGPT.You are a helpful assistant."},
16
  {"role": "user", "content": "What is the definition of environmental science?"},
17
  ]
18