mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-21 07:55:12 +00:00
Compare commits
11 Commits
ab37077fa1
...
892e06c40b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
892e06c40b | ||
|
|
4e718e7b8b | ||
|
|
0928cfd1fe | ||
|
|
0f987b069a | ||
|
|
412b0bb052 | ||
|
|
f658499524 | ||
|
|
578b245ce0 | ||
|
|
6d4021f133 | ||
|
|
aadfa1d39a | ||
|
|
ff0f9b9427 | ||
|
|
c258bbb350 |
20
Amp/README.md
Normal file
20
Amp/README.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# How to obtain the system prompt for [Amp](https://ampcode.com)
|
||||||
|
|
||||||
|
1. Login with Amp using VScode
|
||||||
|
2. Issue a short query into Amp
|
||||||
|
3. Hold down Alt (windows) or Option (macOS) and click on the workspace button
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Click view Thread YAML
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
|
||||||
|
The system prompt used by Amp is tuned to Sonnet 4.x and has other LLMs registered into it as tools ("the oracle"). To obtain the `GPT-5` tuned system prompt then you need to configure VSCode user settings with the following and then follow the steps above again
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"amp.url": "https://ampcode.com/",
|
||||||
|
"amp.gpt5": true
|
||||||
|
}
|
||||||
|
```
|
||||||
2175
Amp/claude-4-sonnet.yaml
Normal file
2175
Amp/claude-4-sonnet.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2000
Amp/gpt-5.yaml
Normal file
2000
Amp/gpt-5.yaml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Amp/view-thread-yaml.png
Normal file
BIN
Amp/view-thread-yaml.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
19
README.md
19
README.md
@ -1,6 +1,25 @@
|
|||||||
# **System Prompts and Models of AI Tools**
|
# **System Prompts and Models of AI Tools**
|
||||||
|
---
|
||||||
|
<p align="center">
|
||||||
|
<sub>Sponsored by</sub>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship">
|
||||||
|
<img src="assets/Latitude_logo.png" alt="Latitude Logo" width="700"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div align="center" markdown="1">
|
||||||
|
|
||||||
|
### [The tools you need for building reliable Agents and Prompts](https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship)
|
||||||
|
[Open Source AI Engineering Platform](https://latitude.so/developers?utm_source=github&utm_medium=readme&utm_campaign=prompt_repo_sponsorship)<br>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
|
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
|
||||||
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
|
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
BIN
assets/Latitude_logo.png
Normal file
BIN
assets/Latitude_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
1
assets/placeholder.md
Normal file
1
assets/placeholder.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user