remove previous interface
This commit is contained in:
6
main.py
6
main.py
@@ -1,13 +1,13 @@
|
||||
from src.codex_dspy.agent import CodexModule, CodexAgentConfig
|
||||
from src.codex_dspy.agent import CodexModule, CodexModuleConfig
|
||||
|
||||
codex_agent = CodexModule(CodexAgentConfig())
|
||||
codex_agent = CodexModule(CodexModuleConfig())
|
||||
|
||||
|
||||
def main():
|
||||
codex_agent.push_to_hub(
|
||||
"darinkishore/codex-agent",
|
||||
with_code=True,
|
||||
commit_message="update readme",
|
||||
commit_message="remove previous interface",
|
||||
)
|
||||
# result = codex_agent(message="What files are in this directory?")
|
||||
# print(result.answer) # String response
|
||||
|
||||
Reference in New Issue
Block a user