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.