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