Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ phi2 = pipeline(
|
|
| 27 |
# from dspy import Agent
|
| 28 |
# from dspy import spawn_processes
|
| 29 |
# from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
|
|
|
|
| 30 |
|
| 31 |
def dspy_generate_agent_prompts(prompt):
|
| 32 |
"""
|
|
|
|
| 27 |
# from dspy import Agent
|
| 28 |
# from dspy import spawn_processes
|
| 29 |
# from dspy.utils import SentenceSplitter, SentimentAnalyzer, NamedEntityRecognizer
|
| 30 |
+
from sentence_splitter import SentenceSplitter
|
| 31 |
|
| 32 |
def dspy_generate_agent_prompts(prompt):
|
| 33 |
"""
|