Skip to content

Commit

Permalink
Fix uneven title sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfish committed Oct 7, 2023
1 parent f05c2c9 commit 056ba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/How_to_format_inputs_to_ChatGPT_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 2. An example chat API call\n",
"## 2. An example chat API call\n",
"\n",
"A chat API call has two required inputs:\n",
"- `model`: the name of the model you want to use (e.g., `gpt-3.5-turbo`, `gpt-4`, `gpt-3.5-turbo-0613`, `gpt-3.5-turbo-16k-0613`)\n",
Expand Down

0 comments on commit 056ba72

Please sign in to comment.