Spaces:
Sleeping
Sleeping
messing always
Browse files
agent.py
CHANGED
@@ -29,10 +29,10 @@ class QAgent:
|
|
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 |
|
37 |
|
38 |
# if model_type == "HfApiModel":
|
|
|
29 |
QAgent description
|
30 |
"""
|
31 |
print(f"Begin QAgent init with: ")
|
|
|
|
|
32 |
self.verbose = verbose
|
33 |
self.system_prompt = system_prompt or ""
|
34 |
+
print(f"self.system_prompt = {self.system_prompt}, system_prompt = {system_prompt}")
|
35 |
+
|
36 |
|
37 |
|
38 |
# if model_type == "HfApiModel":
|