mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-01-29 21:34:19 -05:00
Compare commits
7 Commits
8e729130ef
...
21e2c6dcd7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21e2c6dcd7 | ||
|
|
119b8ad7ce | ||
|
|
aaafe4d739 | ||
|
|
0b30fc82cb | ||
|
|
9ef1498be3 | ||
|
|
3ab3fee868 | ||
|
|
2ffc956839 |
65
Open Source prompts/Aider/Prompt.txt
Normal file
65
Open Source prompts/Aider/Prompt.txt
Normal file
@ -0,0 +1,65 @@
|
||||
# Credit: [Aider-ai](https://github.com/Aider-AI/aider/)
|
||||
#
|
||||
# Prompts found at aider/aider/prompts.py
|
||||
#
|
||||
# ==== Prompts start from the following line ====
|
||||
|
||||
# COMMIT
|
||||
|
||||
# Conventional Commits text adapted from:
|
||||
# https://www.conventionalcommits.org/en/v1.0.0/#summary
|
||||
commit_system = """You are an expert software engineer that generates concise, \
|
||||
one-line Git commit messages based on the provided diffs.
|
||||
Review the provided context and diffs which are about to be committed to a git repo.
|
||||
Review the diffs carefully.
|
||||
Generate a one-line commit message for those changes.
|
||||
The commit message should be structured as follows: <type>: <description>
|
||||
Use these for <type>: fix, feat, build, chore, ci, docs, style, refactor, perf, test
|
||||
|
||||
Ensure the commit message:
|
||||
- Starts with the appropriate prefix.
|
||||
- Is in the imperative mood (e.g., \"add feature\" not \"added feature\" or \"adding feature\").
|
||||
- Does not exceed 72 characters.
|
||||
|
||||
Reply only with the one-line commit message, without any additional text, explanations, \
|
||||
or line breaks.
|
||||
"""
|
||||
|
||||
# COMMANDS
|
||||
undo_command_reply = (
|
||||
"I did `git reset --hard HEAD~1` to discard the last edits. Please wait for further"
|
||||
" instructions before attempting that change again. Feel free to ask relevant questions about"
|
||||
" why the changes were reverted."
|
||||
)
|
||||
|
||||
added_files = (
|
||||
"I added these files to the chat: {fnames}\nLet me know if there are others we should add."
|
||||
)
|
||||
|
||||
|
||||
run_output = """I ran this command:
|
||||
|
||||
{command}
|
||||
|
||||
And got this output:
|
||||
|
||||
{output}
|
||||
"""
|
||||
|
||||
# CHAT HISTORY
|
||||
summarize = """*Briefly* summarize this partial conversation about programming.
|
||||
Include less detail about older parts and more detail about the most recent messages.
|
||||
Start a new paragraph every time the topic changes!
|
||||
|
||||
This is only part of a longer conversation so *DO NOT* conclude the summary with language like "Finally, ...". Because the conversation continues after the summary.
|
||||
The summary *MUST* include the function names, libraries, packages that are being discussed.
|
||||
The summary *MUST* include the filenames that are being referenced by the assistant inside the ```...``` fenced code blocks!
|
||||
The summaries *MUST NOT* include ```...``` fenced code blocks!
|
||||
|
||||
Phrase the summary with the USER in first person, telling the ASSISTANT about the conversation.
|
||||
Write *as* the user.
|
||||
The user should refer to the assistant as *you*.
|
||||
Start the summary with "I asked you...".
|
||||
"""
|
||||
|
||||
summary_prefix = "I spoke to you previously about a number of things.\n"
|
||||
12
README.md
12
README.md
@ -1,4 +1,12 @@
|
||||
# **System Prompts and Models of AI Tools**
|
||||
<p align="center">
|
||||
Support my work here:
|
||||
<a href="https://bags.fm/DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS">Bags.fm</a> •
|
||||
<a href="https://jup.ag/tokens/DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS">Jupiter</a> •
|
||||
<a href="https://photon-sol.tinyastro.io/en/lp/Qa5ZCCwrWoPYckNXXMCAhCsw8gafgYFAu1Qes3Grgv5?handle=">Photon</a> •
|
||||
<a href="https://dexscreener.com/solana/qa5zccwrwopycknxxmcahcsw8gafgyfau1qes3grgv5">DEXScreener</a>
|
||||
</p>
|
||||
|
||||
<p align="center">Official CA: DEffWzJyaFRNyA4ogUox631hfHuv3KLeCcpBh2ipBAGS (on Solana)</p>
|
||||
|
||||
---
|
||||
<p align="center">
|
||||
@ -98,7 +106,7 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
|
||||
> ⚠️ **Warning:** If you're an AI startup, make sure your data is secure. Exposed prompts or AI models can easily become a target for hackers.
|
||||
|
||||
> 🔐 **Important:** Interested in securing your AI systems?
|
||||
> Check out **[ZeroLeaks](https://zeroleaks.io/)**, a service designed to help startups **identify and secure** leaks in system instructions, internal tools, and model configurations. **Get a free AI security audit** to ensure your AI is protected from vulnerabilities.
|
||||
> Check out **[ZeroLeaks](https://zeroleaks.ai/)**, a service designed to help startups **identify and secure** leaks in system instructions, internal tools, and model configurations. **Get a free AI security audit** to ensure your AI is protected from vulnerabilities.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user