Skip to content

Commit

Permalink
fix: broken links and too short site description
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bakst committed Nov 20, 2024
1 parent 798d902 commit 74bd210
Show file tree
Hide file tree
Showing 21 changed files with 3,265 additions and 3,274 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/getting_started/tools_and_agents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"For more information on setting up Mirascope and its dependencies, see the [Mirascope getting started guide](../../getting_started/quickstart.ipynb)."
"For more information on setting up Mirascope and its dependencies, see the [Mirascope getting started guide](../quickstart)."
]
},
{
Expand Down

Large diffs are not rendered by default.

447 changes: 223 additions & 224 deletions docs/tutorials/prompt_engineering/chaining_based/diverse.ipynb

Large diffs are not rendered by default.

415 changes: 207 additions & 208 deletions docs/tutorials/prompt_engineering/chaining_based/least_to_most.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"<ul>\n",
"<li><a href=\"../../../../learn/prompts/\">Prompts</a></li>\n",
"<li><a href=\"../../../../learn/calls/\">Calls</a></li>\n",
"<li><a href=\"../../../../learn/dynamic_configuration/\">Dynamic Configuration</a></li>\n",
"<li><a href=\"../../../../learn/response_models/\">Response Models</a></li>\n",
"</ul>\n",
"</div>\n",
Expand Down Expand Up @@ -137,7 +136,7 @@
"1. Three different prompt engineering techniques:\n",
" - `cot_call`: [Chain of Thought reasoning](../../text_based/chain_of_thought)\n",
" - `emotion_prompting_call`: [Emotion prompting](../../text_based/emotion_prompting)\n",
" - `rar_call`: [Rephrase and Respond](../../text_based/rephrase_and_response)\n",
" - `rar_call`: [Rephrase and Respond](../../text_based/rephrase_and_respond)\n",
"\n",
"2. A `BestResponse` model to structure the output of the final evaluation.\n",
"\n",
Expand Down Expand Up @@ -180,6 +179,12 @@
"\n",
"By leveraging Mirascope's `call` decorator, response models, and dynamic configuration, you can easily implement and customize the Mixture of Reasoning technique to enhance your LLM's performance across a wide range of applications."
]
},
{
"cell_type": "markdown",
"id": "6dd18bad",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down

Large diffs are not rendered by default.

553 changes: 276 additions & 277 deletions docs/tutorials/prompt_engineering/chaining_based/self_consistency.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 74bd210

Please sign in to comment.