Commit
•
88fd0b1
1
Parent(s):
b5f1e04
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: prompt-templates
|
4 |
+
tags:
|
5 |
+
- prompts
|
6 |
+
---
|
7 |
+
|
8 |
+
# System prompts of prominent closed LLM providers
|
9 |
+
|
10 |
+
This repository contains a collection of YAML files with the system prompts of prominent closed language model providers.
|
11 |
+
The main purpose of this repository is to test how prompts can be shared via the Hugging Face Hub.
|
12 |
+
|
13 |
+
The prompts in this repository are: ['claude-3-5-artifacts-leak-210624.yaml', 'claude-3-5-sonnet-text-090924.yaml', 'claude-3-5-sonnet-text-image-090924.yaml', 'openai-metaprompt-audio.yaml', 'openai-metaprompt-text.yaml']
|
14 |
+
|
15 |
+
You can find the prompts under the `Files and versions` tab.
|