(no commit message)
This commit is contained in:
8
main.py
8
main.py
@@ -1,5 +1,5 @@
|
|||||||
from modaic import PrecompiledAgent, PrecompiledConfig
|
from modaic import PrecompiledAgent, PrecompiledConfig
|
||||||
from agent import SignatureGenerator
|
from agent.modules import SignatureGenerator
|
||||||
import dspy
|
import dspy
|
||||||
|
|
||||||
|
|
||||||
@@ -168,9 +168,9 @@ CR_PROMPT = """ You are Charlotte, an advanced knowledge graph connection reason
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
# try refine
|
# try refine
|
||||||
refined_result = agent(
|
#refined_result = agent(
|
||||||
prompt=CR_PROMPT,
|
# prompt=CR_PROMPT,
|
||||||
)
|
#)
|
||||||
|
|
||||||
agent.push_to_hub("fadeleke/prompt-to-signature", with_code=True)
|
agent.push_to_hub("fadeleke/prompt-to-signature", with_code=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user