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