import-packages

This commit is contained in:
Mendon Kissling 2024-04-16 18:35:42 -04:00
commit 5848d561d7
2 changed files with 10 additions and 0 deletions

View file

@ -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.

View file

@ -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.