From f00c1f0172c855dad63742a9b4022d1a6f5a3eb6 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 16:54:29 +0200 Subject: [PATCH 1/3] Update How_to_stream_completions.ipynb --- cookbooks/python/openai/How_to_stream_completions.ipynb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/python/openai/How_to_stream_completions.ipynb b/cookbooks/python/openai/How_to_stream_completions.ipynb index b4cbf3a..764d490 100644 --- a/cookbooks/python/openai/How_to_stream_completions.ipynb +++ b/cookbooks/python/openai/How_to_stream_completions.ipynb @@ -232,11 +232,6 @@ "\n", "However, with the streaming request, we received the first token after 0.1 seconds, and subsequent tokens every ~0.01-0.02 seconds." ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] } ], "metadata": { From d6b536c29f49af8f1a9a9923a560bda7ca725e69 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 16:56:11 +0200 Subject: [PATCH 2/3] remove empty cell --- .../python/openai/Developing_hallucination_guardrails.ipynb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/python/openai/Developing_hallucination_guardrails.ipynb b/cookbooks/python/openai/Developing_hallucination_guardrails.ipynb index 085cfae..078dadd 100644 --- a/cookbooks/python/openai/Developing_hallucination_guardrails.ipynb +++ b/cookbooks/python/openai/Developing_hallucination_guardrails.ipynb @@ -821,11 +821,6 @@ "source": [ "From the results above we can see the program is performing well with a high precision and recall metric. This means that the guardrails are able to accurately identify hallucinations in the model outputs. " ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] } ], "metadata": { From 5749c0392f896cf82fe7f48100eaaf7b26678912 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 16:56:38 +0200 Subject: [PATCH 3/3] Remove empty cell --- .../openai/how_to_process_image_and_video_with_gpt4o.ipynb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/python/openai/how_to_process_image_and_video_with_gpt4o.ipynb b/cookbooks/python/openai/how_to_process_image_and_video_with_gpt4o.ipynb index 5a1e0fb..f517a8b 100644 --- a/cookbooks/python/openai/how_to_process_image_and_video_with_gpt4o.ipynb +++ b/cookbooks/python/openai/how_to_process_image_and_video_with_gpt4o.ipynb @@ -383,11 +383,6 @@ " 1. Requires six 512px tiles to cover.\n", " 1. Total cost is `170 × 6 + 85 = 1105` tokens.\n" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] } ], "metadata": {