Spaces:
Sleeping
Sleeping
Update pipeline.py
Browse files- pipeline.py +7 -7
pipeline.py
CHANGED
|
@@ -36,13 +36,13 @@ from chain.tailor_chain_wellnessBrand import get_tailor_chain_wellnessBrand
|
|
| 36 |
|
| 37 |
from mistralai import Mistral
|
| 38 |
|
| 39 |
-
from smolagents import (
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
)
|
| 46 |
|
| 47 |
from chain.prompts import selfharm_prompt, frustration_prompt, ethical_conflict_prompt, classification_prompt, refusal_prompt, tailor_prompt, cleaner_prompt
|
| 48 |
|
|
|
|
| 36 |
|
| 37 |
from mistralai import Mistral
|
| 38 |
|
| 39 |
+
# from smolagents import (
|
| 40 |
+
# CodeAgent,
|
| 41 |
+
# DuckDuckGoSearchTool,
|
| 42 |
+
# HfApiModel,
|
| 43 |
+
# ToolCallingAgent,
|
| 44 |
+
# VisitWebpageTool,
|
| 45 |
+
# )
|
| 46 |
|
| 47 |
from chain.prompts import selfharm_prompt, frustration_prompt, ethical_conflict_prompt, classification_prompt, refusal_prompt, tailor_prompt, cleaner_prompt
|
| 48 |
|