Spaces:
Sleeping
Sleeping
messing
Browse files
agent.py
CHANGED
@@ -29,8 +29,8 @@ class QAgent:
|
|
29 |
QAgent description
|
30 |
"""
|
31 |
print(f"Begin QAgent init with: ")
|
32 |
-
|
33 |
-
print(f"self.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 |
|