{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# o1 Style Thinking\n", "\n", "In this recipe, we will show how to achieve Chain-of-Thought Reasoning.\n", "This makes LLMs to breakdown the task in multiple steps and generate a coherent output allowing to solve complex tasks in logical steps.\n", "\n", "
Mirascope Concepts Used
\n", "Background
\n", "\n", " Large Language Models (LLMs) are known to generate text that is coherent and fluent. However, they often struggle with tasks that require multi-step reasoning or logical thinking. In this recipe, we will show how to use Mirascope to guide the LLM to break down the task into multiple steps and generate a coherent output.\n", "\n", "
\n", "