Solshine commited on
Commit
455a19c
·
verified ·
1 Parent(s): f1e0a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  """