Skip to content

Commit

Permalink
Update dallEAgent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abhifetch authored Mar 25, 2024
1 parent 7490399 commit 3c67f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/dallE Image generator/dallEAgent.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DallERequest(Model):
# Copy the address shown below
print(f"Your agent's address is: {Agent(seed=SEED_PHRASE).address}")

AGENT_MAILBOX_KEY = "b65e8de2-339c-4b5c-9ea5-400759a3fb08"
AGENT_MAILBOX_KEY = "YOUR_MAILBOX_ID_HERE"

# Now your agent is ready to join the agentverse!
dallEAgent = Agent(
Expand Down

0 comments on commit 3c67f1c

Please sign in to comment.