/
githubmirror
/
Prompt-Engineering-Guide
Обзор
Документация
Войти
/
githubmirror
/
Prompt-Engineering-Guide
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pages/notebooks.es.mdx
11 строк
1 KB
Aitor García Rey
fix(pages): Small typos on final review.
14 апр 2023, 13:12
Не верифицирован
14 апр 2023, 13:12
910acab
Код
Авторство
О чём код?
# Notebooks de ingeniería del prompt Contiene una colección de notebooks que hemos diseñado para ayudarte a empezar con la ingeniería de prompts. ¡Pronto se añadirán más! | Description | Notebook | | :------------ | :---------: | |Aprende cómo realizar muchos tipos diferentes de tareas comunes utilizando las bibliotecas `openai` y `LangChain`.|[Getting Started with Prompt Engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb)| |Aprende cómo usar código como razonamiento para resolver tareas comunes utilizando el intérprete de Python en combinación con el modelo de lenguaje.|[Program-Aided Language Model](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-pal.ipynb)| |Aprende más sobre cómo hacer llamadas a las APIs de ChatGPT utilizando la biblioteca `openai`. |[ChatGPT API Intro](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-intro.ipynb)| |Aprende cómo usar las características de ChatGPT utilizando la biblioteca `LangChain`.|[ChatGPT API with LangChain](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-langchain.ipynb)| |Aprende sobre la ingeniería de prompts adversarios e incluye medidas defensivas.|[Adversarial Prompt Engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-adversarial.ipynb)|