Skip to content

Commit

Permalink
rename example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dacksus committed Feb 28, 2024
1 parent f7474db commit 264f073
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
name="agent2",
seed="9876543210000000001",
port=8002,
agentverse=f"{API_KEY}@https://agentverse.ai",
# agentverse=f"{API_KEY}@https://agentverse.ai",
endpoint="http://127.0.0.1:8002/submit"
)
agent2._logger.setLevel("DEBUG") # pylint: disable=protected-access
fund_agent_if_low(agent2.wallet.address())


# define dialogue messages; each transition needs a separate message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
name="agent1",
seed="9876543210000000000",
port=8001,
agentverse=f"{API_KEY}@https://agentverse.ai",
# agentverse=f"{API_KEY}@https://agentverse.ai",
endpoint="http://127.0.0.1:8001/submit"
)
agent1._logger.setLevel("DEBUG") # pylint: disable=protected-access
fund_agent_if_low(agent1.wallet.address())
Expand Down

0 comments on commit 264f073

Please sign in to comment.