iQuentin commited on
Commit
d1de367
·
verified ·
1 Parent(s): a5d01c6

back to verbose False, to verify the cause of 'no attribute 'invoke'" ERROR

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -25,7 +25,7 @@ class QAgent:
25
  provider: Optional[str] = None, # for InferenceClientModel
26
  timeout: Optional[int] = None, # for InferenceClientModel
27
  temperature: float = 0.2,
28
- verbose: bool = True # Verbose logging or not
29
  ):
30
  """
31
  QAgent description
 
25
  provider: Optional[str] = None, # for InferenceClientModel
26
  timeout: Optional[int] = None, # for InferenceClientModel
27
  temperature: float = 0.2,
28
+ verbose: bool = False # Verbose logging or not
29
  ):
30
  """
31
  QAgent description