iQuentin commited on
Commit
d627469
·
verified ·
1 Parent(s): b228eed
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -29,8 +29,8 @@ class QAgent:
29
  QAgent description
30
  """
31
  print(f"Begin QAgent init with: ")
32
- ssp = self.system_prompt or "empty"
33
- print(f"self.system_prompt = {ssp}, system_prompt = {system_prompt}")
34
  self.verbose = verbose
35
  self.system_prompt = system_prompt or ""
36
 
 
29
  QAgent description
30
  """
31
  print(f"Begin QAgent init with: ")
32
+ smt = self.model_type or "empty"
33
+ print(f"self.system_prompt (model_type) = {smt}, system_prompt = {system_prompt}")
34
  self.verbose = verbose
35
  self.system_prompt = system_prompt or ""
36