mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 21:45:14 +00:00
Merge pull request #230 from ghuntley/ampcode
add Amp (ampcode.com) prompts for Sonnet and GPT-5
This commit is contained in:
commit
094cefb4d3
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 |
Loading…
Reference in New Issue
Block a user