MoritzLaurer HF staff commited on
Commit
294ff12
1 Parent(s): ab3dde2

Create repo card with prompt-templates library

Browse files
Files changed (1) hide show
  1. README.md +4 -10
README.md CHANGED
@@ -1,15 +1,9 @@
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.
 
1
  ---
 
2
  library_name: prompt-templates
3
  tags:
4
  - prompts
5
+ - prompt-templates
6
  ---
7
+ This repository was created with the `prompt-templates` library and contains
8
+ prompt templates in the `Files` tab.
9
+ For easily reusing these templates, see the [prompt-templates documentation](https://github.com/MoritzLaurer/prompt-templates).