Skip to content

Commit

Permalink
Update cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and Max Shkutnyk committed Jan 31, 2025
1 parent 4e96c9c commit 03ba01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/cookbooks/basic-multi-step.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The recommended way to achieve [multi-step tool use with Cohere](https://docs.co
```python
# LLM
import os
os.environ['COHERE_API_KEY'] = <your-api-key>
os.environ['COHERE_API_KEY'] = "<your-api-key>"
```

## Define tools
Expand Down

0 comments on commit 03ba01a

Please sign in to comment.