From 6a51137558e430118dc43d1f4faca939aa96b076 Mon Sep 17 00:00:00 2001 From: Juan Maturino Date: Thu, 28 Nov 2024 13:31:35 -0600 Subject: [PATCH 1/2] fix: updated link for prompt-engineering lab --- fern/docs/pages/usingllms/prompt_engineering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/usingllms/prompt_engineering.mdx b/fern/docs/pages/usingllms/prompt_engineering.mdx index 54b8a1b..81a0c4d 100644 --- a/fern/docs/pages/usingllms/prompt_engineering.mdx +++ b/fern/docs/pages/usingllms/prompt_engineering.mdx @@ -4,7 +4,7 @@ description: Prediction Guard in action --- (Run this example in Google Colab -[here](https://drive.google.com/file/d/1ofThKWMoMVSdUGmDiRz4Ua1Zp7YV_b__/view?usp=sharing)) +[here](https://colab.research.google.com/drive/1ofThKWMoMVSdUGmDiRz4Ua1Zp7YV_b__)) As we have seen in the previous examples, it is easy enough to prompt a generative AI model. Shoot off an API call, and suddently you have an answer, a machine From 72b87fc480f76f871b0d45adf97d5ccebff69d24 Mon Sep 17 00:00:00 2001 From: Jacob Mansdorfer <90076431+jmansdorfer@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:04:58 -0500 Subject: [PATCH 2/2] Update fern.config.json --- fern/fern.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/fern.config.json b/fern/fern.config.json index b3b92b5..c869fea 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "Prediction-Guard", - "version": "0.43.8" -} \ No newline at end of file + "version": "0.45.1" +}