Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ phi2 = pipeline(
|
|
23 |
)
|
24 |
# DSPy-based prompt generation
|
25 |
# from dspy import Agent
|
26 |
-
from dspy import spawn_processes
|
27 |
from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
|
28 |
|
29 |
def dspy_generate_agent_prompts(prompt):
|
|
|
23 |
)
|
24 |
# DSPy-based prompt generation
|
25 |
# from dspy import Agent
|
26 |
+
# from dspy import spawn_processes
|
27 |
from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
|
28 |
|
29 |
def dspy_generate_agent_prompts(prompt):
|