(no commit message)
This commit is contained in:
@@ -15,7 +15,7 @@ from plugins.llm_dspy import (
|
||||
configure_lm,
|
||||
judge_with_arbitration,
|
||||
)
|
||||
from service.retrievers import NullRetriever
|
||||
from .retrievers import NullRetriever
|
||||
|
||||
|
||||
configure_lm()
|
||||
@@ -139,4 +139,3 @@ class JTBDDSPyAgent(PrecompiledAgent):
|
||||
if self.config.return_json:
|
||||
return json.dumps(payload)
|
||||
return str(payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user