optionEdge commited on
Commit
533550b
·
verified ·
1 Parent(s): 52d7eb6

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +2 -1
BasicAgent.py CHANGED
@@ -21,7 +21,8 @@ class newAgent:
21
  system_prompt=(
22
  "You are an agent that answers exam questions."
23
  "Your answers should contain only what is asked for in the question, without any other content."
24
- "Be exact and concise in your answers to get a good score on the exam questions."
 
25
  )
26
  #*
27
  model = HfApiModel(model_id=model_id, token=hf_token)
 
21
  system_prompt=(
22
  "You are an agent that answers exam questions."
23
  "Your answers should contain only what is asked for in the question, without any other content."
24
+ "Be exact and concise in your answers to get a good score on the exam questions. Do not add explanation to the answers."
25
+ "If you are ask for a list of items, reply with ONLY those items separated by commas, no other text."
26
  )
27
  #*
28
  model = HfApiModel(model_id=model_id, token=hf_token)