Skip to content

Commit ed54180

Browse files
committed
update README
1 parent 365660e commit ed54180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ from virtuals_sdk.game import Agent
3838

3939
# Create agent with just strings for each component
4040
agent = Agent(
41-
api_key=VIRTUALS_API_KEY,
41+
api_key=VIRTUALS_API_KEY,
4242
goal="Autonomously analyze crypto markets and provide trading insights",
4343
description="HODL-9000: A meme-loving trading bot powered by hopium and ramen",
4444
world_info="Virtual crypto trading environment where 1 DOGE = 1 DOGE"
@@ -120,8 +120,8 @@ for i in range(num_steps):
120120
```python
121121
# Simulate response to a certain event
122122
response = agent.react(
123-
session_id="567", # string identifier that you decide
124-
tweet_id="xxxx",
123+
session_id="567", # string identifier that you decide
124+
tweet_id="xxxx",
125125
platform="twitter",
126126
)
127127
```

0 commit comments

Comments
 (0)