update Devin example to work with Anthropic

pull/483/head
evelynmitchell 11 months ago
parent 54f8e0d062
commit 8b7ed4dd0a

@ -280,7 +280,7 @@ agent = Agent(
)
# Run the agent
out = agent("Create a new file for a plan to take over the world.")
out = agent("Create a new file for a plan to create abundance in the world. Save the file and also display the contents of the file.")
print(out)
```

Loading…
Cancel
Save