Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BrightPool/udemy-prompt-engineering-course

Content for the Udemy Prompt Engineering Course
https://github.com/BrightPool/udemy-prompt-engineering-course

Last synced: 3 days ago
JSON representation

Content for the Udemy Prompt Engineering Course

Awesome Lists containing this project

README

        

# Udemy Prompt Engineering Course

This is a Github repository for all of the source code used in the Udemy Prompt Engineering Course.

## Installation:

- Install gitleaks for secret scanning: `brew install gitleaks`
- Install pre-commit: `pip install pre-commit`
- Install pre-commit hooks: `pre-commit install`

## How to run Gitleaks to generate a report:

`gitleaks detect --source="." --report-path="gitleaks-report.json"`