This is the repository which contains examples of using LLMs to help us with coding experience.
So far, the prompts were tested in Google LLMs, on Google AI Studio. Feel free to check how these works with others, like ChatGPT, Claude and others.
Steps:
- Open Google AI Studio https://aistudio.google.com/prompts/new_chat
- Paste the first prompt - examplanation what you want to achieve: fix-a-bug/1 - LL Experiments - Prompt - suggest bug fix
- Paste your exception, stacktrace or error: fix-a-bug/2 - LLM Experiments - Prompt - Issue
- Paste your code. For the example we use File Generator microservice which was converted into single file: fix-a-bug/3 - LL Experiments - Prompt - just code
Steps
- Open Google AI Studio https://aistudio.google.com/prompts/new_chat
- Paste the first prompt - examplanation what you want to achieve: suggest-architecture-refactoring/1 - LL Experiments - Prompt - suggest architecture improvement
- Paste your code. For the example we use File Generator microservice which was converted into single file: suggest-architecture-refactoring/2 - LL Experiments - Prompt - just code