Skip to content

Commit

Permalink
Aditya raj singh1992 patch input (TransformerOptimus#77)
Browse files Browse the repository at this point in the history
Added base input logic
  • Loading branch information
ResoluteStoic authored May 22, 2023
1 parent 346b375 commit e15831e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ def create_campaign(campaign_name: str):
# send_tool = SendTweetTool()
# send_tool.execute("Innovation isn't a one-time event; it's a culture. It's about daring to question the status quo, nurturing a curiosity that stretches horizons, and constantly seeking new ways to add value #Innovation #ChangeTheWorld")
superagi = SuperAgi.from_llm_and_tools("Super AGI", "Super AGI", memory, tools, OpenAi(model="gpt-4"))
superagi.execute(["Write best marketing strategies for ecommerce brand in a file"])

user_input=[]
user_input=str(input("Enter your Goal:\n"))

superagi.execute([user_input])

# superagi.execute(["Write best marketing strategies for ecommerce brand in a file"])

0 comments on commit e15831e

Please sign in to comment.