Skip to main content
This example demonstrates how to use a non-reasoning model as a reasoning model. For reasoning, we recommend using a Reasoning Agent (with reasoning=True), or to use an appropriate reasoning model with reasoning_model=.

Code

cookbook/reasoning/agents/default_chain_of_thought.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Set your API key

3

Install libraries

4

Run Example