Skip to content

Commit 1e63a44

Browse files
authored
Update README.md
1 parent 4693ab7 commit 1e63a44

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
> **Experimental prompt templates for every major LLM.**
99
10-
## 🚀 Quick Start
10+
A constantly evolving library of prompts & templates I've been tinkering with since Dec. 2022.
11+
12+
## Quick Start
1113

1214
```bash
1315
git clone https://github.com/abilzerian/LLM-Prompt-Library.git
@@ -20,12 +22,12 @@ ls prompts/
2022
ls templates/
2123
```
2224

23-
## 📚 What's Inside
25+
## What's Inside
2426

25-
### 🏢 Enterprise Templates (`templates/`)
26-
**164 experimental Jinja2 templates** with regulatory compliance:
27+
### Enterprise-style Templates (`templates/`)
28+
**164 experimental Jinja2 templates**:
2729

28-
| Suite | Purpose | Standards |
30+
| Suite | Purpose | Standards Goal |
2931
|-------|---------|-----------|
3032
| **Finance** | Risk, capital, liquidity | Basel III/IV, FRTB, IFRS 9 |
3133
| **Private Equity** | LBO models, ESG tracking, waterfalls | ILPA DDQ 2024, IFRS 13 |
@@ -36,7 +38,7 @@ ls templates/
3638
| **AI Research** | Benchmarking, experiment design | Statistical rigor |
3739
| **Governance** | Policy compliance, risk assessment | SOX, COSO |
3840

39-
### 🌍 Community Prompts (`prompts/`)
41+
### Community Prompts (`prompts/`)
4042
**60+ curated prompts** organized by domain:
4143

4244
| Category | Count | Examples |
@@ -52,13 +54,14 @@ ls templates/
5254
| Sales | 1 | Email drafting |
5355
| Creative | 2 | Storytelling, dialogue |
5456

55-
## 🏗️ Usage
57+
## Usage
5658

5759
Copy any `.j2` template that fits your need, fill in the `params` values (or edit the inline `{{ placeholders }}`), then send the rendered prompt to your LLM.
5860
No external Python libraries or template loaders are required.
61+
5962
6063

61-
## 📊 Community & Stats
64+
## Community & Stats
6265

6366
<p align="center">
6467
<picture>

0 commit comments

Comments
 (0)