From f94b992f33d9f2c9b67b36ad68370fef4abfca6c Mon Sep 17 00:00:00 2001 From: ethanknights Date: Sun, 5 Mar 2023 16:06:11 +0000 Subject: [PATCH 1/2] company typo --- examples/azure/finetuning.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/azure/finetuning.ipynb b/examples/azure/finetuning.ipynb index 434901d8..457bfbee 100644 --- a/examples/azure/finetuning.ipynb +++ b/examples/azure/finetuning.ipynb @@ -1,11 +1,12 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "# Azure Fine tuning example\n", - "In this example we'll try to go over all operations that can be done using the Azure endpoints and their differences with the openAi endpoints (if any).
\n", + "In this example we'll try to go over all operations that can be done using the Azure endpoints and their differences with the openAI endpoints (if any).
\n", "This example focuses on finetuning but also touches on the majority of operations that are available using the API. This example is meant to be a quick way of showing simple operations and is not meant as a finetune model adaptation tutorial.\n" ] }, From 7b221bcbc8be6df5d96407dc7eb677e60d4368f2 Mon Sep 17 00:00:00 2001 From: ethanknights Date: Sun, 5 Mar 2023 16:08:01 +0000 Subject: [PATCH 2/2] rm trailing cell --- examples/azure/completions.ipynb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/azure/completions.ipynb b/examples/azure/completions.ipynb index da72f2f1..53d42f42 100644 --- a/examples/azure/completions.ipynb +++ b/examples/azure/completions.ipynb @@ -189,13 +189,6 @@ "print(f'Deleting deployment: {deployment_id}')\n", "openai.Deployment.delete(sid=deployment_id)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {