mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
10 lines
500 B
Plaintext
10 lines
500 B
Plaintext
# LLM-Anwendungen
|
|
|
|
import { Callout } from 'nextra-theme-docs';
|
|
import { Cards, Card } from 'nextra-theme-docs';
|
|
import { FilesIcon } from 'components/icons';
|
|
import ContentFileNames from 'components/ContentFileNames'
|
|
|
|
In diesem Abschnitt werden wir einige fortgeschrittene und interessante Methoden besprechen, wie wir Prompt-Engineering nutzen können, um nützliche und anspruchsvollere Aufgaben mit LLMs (große Sprachmodelle) zu bewältigen.
|
|
|
|
<ContentFileNames section="applications" lang="de"/> |