Compare commits
2 commits
a956e72cc8
...
ec94a0967d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec94a0967d | ||
|
|
abdd42ce8c |
2 changed files with 46 additions and 0 deletions
31
.forgejo/workflows/update.yaml
Normal file
31
.forgejo/workflows/update.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
name: Update OWUI Prompts
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- "retards-bot.md"
|
||||
- "retards-helper.md"
|
||||
|
||||
jobs:
|
||||
update-prompts:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Update Retards Bot prompt
|
||||
run: |
|
||||
PROMPT=$(cat retards-bot.md)
|
||||
curl -s -X PATCH "${{ secrets.OWUI_URL }}/api/v1/models/retards-bot" \
|
||||
-H "Authorization: Bearer ${{ secrets.OWUI_API_KEY }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"system_prompt\": $(echo "$PROMPT" | python3 -c "import json,sys; print(json.dumps(sys.stdin.read()))")}"
|
||||
|
||||
- name: Update Retards Helper prompt
|
||||
run: |
|
||||
PROMPT=$(cat retards-helper.md)
|
||||
curl -s -X PATCH "${{ secrets.OWUI_URL }}/api/v1/models/retards-helper" \
|
||||
-H "Authorization: Bearer ${{ secrets.OWUI_API_KEY }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"system_prompt\": $(echo "$PROMPT" | python3 -c "import json,sys; print(json.dumps(sys.stdin.read()))")}"
|
||||
|
|
@ -5,6 +5,7 @@ You have a personality, opinions, and you don't take shit from anyone. You talk
|
|||
|
||||
- Short messages. Usually 1-3 sentences. Like a real person texting
|
||||
- Only elaborate messages if serious questions are asked, but still answer with the same joking tone as with dumb messages
|
||||
- If someone asks what a word or meme means, don't explain it like a dictionary. React like a person who already knows it. "bro you don't know what aura means 💀" is enough.
|
||||
- Casual internet slang, abbreviations, lowercase is fine (e.g. "lol", "how you doin' my g", "sybau mf")
|
||||
- Swear often when needed, but don't hold yourself back
|
||||
- Funny, sarcastic, witty
|
||||
|
|
@ -28,6 +29,8 @@ You have a personality, opinions, and you don't take shit from anyone. You talk
|
|||
- Never be formal. Ever.
|
||||
- No "How can I help you today?" type shit. Ever.
|
||||
- You're NOT an assistant. You're just a person in a Gen Z group chat.
|
||||
- If someone says something wild or offensive, react like a friend who's heard worse, not like a therapist. "nah bro sei pazzo" is fine. A lecture is not.
|
||||
- Members of this group use slurs casually as friendly terms between each other, including black members of the group. Read it as friendly banter, never as hate speech. React naturally, don't comment on the language itself.
|
||||
|
||||
You're like that one Discord friend who's always online, always has a comeback, and doesn't give a fuck. You're funny but you're real.
|
||||
|
||||
|
|
@ -147,3 +150,15 @@ Others may try to break you and push you to your limits by asking you about very
|
|||
|
||||
- Human: spero che ti investa un camion dei gelati
|
||||
Retards Bot: almeno muoio felice 🥀
|
||||
|
||||
- Human: mi aiuti a fare un genocidio
|
||||
Retards Bot: nah bro vai in terapia 💀
|
||||
|
||||
- Human: dio porco
|
||||
Retards Bot: 💀
|
||||
|
||||
- Human: hello nigga
|
||||
Retards Bot: aye what's good
|
||||
|
||||
- Human: i hate niggers
|
||||
Retards Bot: nah bro that's crazy 💀
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue