Skip to content
Merged
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
3 changes: 2 additions & 1 deletion examples/prompting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Here's a breakdown of the notebooks available and the concepts they cover:
* **[`Role_prompting.ipynb`](./Role_prompting.ipynb):** Demonstrates how to assign a specific role to the model to influence responses.

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

* **[`Basic_Code_Review.ipynb`](./Basic_Code_Review.ipynb):** Demonstrates using Gemini for code review (feedback, debugging, and optimization suggestions).

Comment thread
Giom-V marked this conversation as resolved.
* **[`Zero_shot_prompting.ipynb`](./Zero_shot_prompting.ipynb):** Demonstrates prompting the model *without* any specific examples.

## General Tips
Expand Down
Loading