import-packages
This commit is contained in:
parent
16f379c50a
commit
5848d561d7
2 changed files with 10 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue