Skip to content

Commit

Permalink
Removed linenums
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Jul 5, 2024
1 parent d7cad25 commit 3205b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prompting/decomposition/decomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `derive_action_plan` function generates an action plan using the LLM, which

We can implement this using `instructor` as seen below.

```python linenums="1"
```python
import instructor
from openai import OpenAI
from pydantic import BaseModel, Field
Expand Down

0 comments on commit 3205b28

Please sign in to comment.