Skip to content

Commit 26911ec

Browse files
authored
Update README.md (#1215)
Update README
1 parent fc30bd5 commit 26911ec

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
@@ -29,8 +29,8 @@ from codegen.agents.agent import Agent
2929

3030
# Initialize the Agent with your organization ID and API token
3131
agent = Agent(
32-
org_id="YOUR_ORG_ID", # Find this at codegen.com/developer
33-
token="YOUR_API_TOKEN", # Get this from codegen.com/developer
32+
org_id="YOUR_ORG_ID", # Find this at codegen.com/token
33+
token="YOUR_API_TOKEN", # Get this from codegen.com/token
3434
# base_url="https://codegen-sh-rest-api.modal.run", # Optional - defaults to production
3535
)
3636

@@ -61,7 +61,7 @@ pip install codegen
6161
uv pip install codegen
6262
```
6363

64-
Get started at [codegen.com](https://codegen.com) and get your API token at [codegen.com/developer](https://codegen.com/developer).
64+
Get started at [codegen.com](https://codegen.com) and get your API token at [codegen.com/token](https://codegen.com/token).
6565

6666
You can interact with your AI engineer via API, or chat with it in Slack, Linear, Github, or on our website.
6767

0 commit comments

Comments
 (0)