Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/prompting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Here's a breakdown of the notebooks available and the concepts they cover:

* **[`Self_ask_prompting.ipynb`](./Self_ask_prompting.ipynb):** Demonstrates a technique where the model asks itself questions to help answer the query.

* **[`Self_critique_prompt_optimization.ipynb`](./Self_critique_prompt_optimization.ipynb):** Shows how to use Gemini to critique its own outputs and iteratively improve prompts through self-reflection.

* **[`Zero_shot_prompting.ipynb`](./Zero_shot_prompting.ipynb):** Demonstrates prompting the model *without* any specific examples.

## General Tips
Expand Down
Loading