From 5848d561d70ba328cefa6745d4f35a5f644c70e0 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:35:42 -0400 Subject: [PATCH] import-packages --- docs/docs/getting-started/basic-prompting.mdx | 5 +++++ docs/docs/guides/basic-prompting.mdx | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/docs/getting-started/basic-prompting.mdx b/docs/docs/getting-started/basic-prompting.mdx index 5d1c7f089..3299cba3c 100644 --- a/docs/docs/getting-started/basic-prompting.mdx +++ b/docs/docs/getting-started/basic-prompting.mdx @@ -1,3 +1,8 @@ +import ThemedImage from "@theme/ThemedImage"; +import useBaseUrl from "@docusaurus/useBaseUrl"; +import ZoomableImage from "/src/theme/ZoomableImage.js"; +import ReactPlayer from "react-player"; + # Basic prompting Prompts are the inputs given to a large language model. They are the interface between human instruction and computing tasks. diff --git a/docs/docs/guides/basic-prompting.mdx b/docs/docs/guides/basic-prompting.mdx index 5d1c7f089..3299cba3c 100644 --- a/docs/docs/guides/basic-prompting.mdx +++ b/docs/docs/guides/basic-prompting.mdx @@ -1,3 +1,8 @@ +import ThemedImage from "@theme/ThemedImage"; +import useBaseUrl from "@docusaurus/useBaseUrl"; +import ZoomableImage from "/src/theme/ZoomableImage.js"; +import ReactPlayer from "react-player"; + # Basic prompting Prompts are the inputs given to a large language model. They are the interface between human instruction and computing tasks.