# General Advice

### Prompt for Writing Style

My eyes opened once i found this[ incredible guide to prompt deepseek for writing styles](https://rentry.org/deepstyles) (NOTE: not mine, I'm unsure of the author)

Examples:

| Authors                                                                         | Media (shows, films)                                                                | Genre                                                                                                  | Other AI                         |
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------- |
| Stephen King, Virginia Woolf, Franz Kafka, Jane Austen, Bret Easton Ellis, etc. | Sopranos, Seinfeld, House, Sex and the City, The Godfather, Lord of the Rings, etc. | Erotic novel style, Fanfiction, Romcom, Coming of Age, Mystery, Horror, Gritty realism, Roleplay, etc. | Claude Sonnet 3.5 style roleplay |

All you need to do is prompt at the end of your message `OOC: Write in the style of...`then stick it into Chat Memory so it remembers.&#x20;

<details>

<summary>List of understood prose styles by DeepSeek (warning: long) (use for inspo only)</summary>

not necessarily tailored to my prompt || ![Alt Tag](https://www.picgifs.com/mini-graphics/mini-graphics/punctuation/mini-graphics-punctuation-900383.gif) change under `##Style Guide - Prose`

***

| **Category**               | **Descriptor** | **Definition**                                        |
| -------------------------- | -------------- | ----------------------------------------------------- |
| **Vivid & Immersive**      | Atmospheric    | Strong sense of mood or setting.                      |
|                            | Abstract       | Focus on ideas rather than concrete details.          |
|                            | Painterly      | Vivid, imagery-rich prose that feels like a painting. |
|                            | Sensory        | Deeply engages the senses.                            |
|                            | Immersive      | Pulls the reader into its world.                      |
| **Emotional & Poetic**     | Melancholic    | Wistful, reflective, or sorrowful tone.               |
|                            | Heartfelt      | Sincerity and deep emotion.                           |
|                            | Rhapsodic      | Ecstatic, impassioned, or enthusiastic expression.    |
|                            | Tender         | Gentle, affectionate, or sentimental prose.           |
|                            | Bittersweet    | Mix of joy and sorrow in the writing.                 |
| **Minimalist & Clean**     | Austere        | Stark, unadorned style.                               |
|                            | Colloquial     | Concise, casual prose.                                |
|                            | Unembellished  | Straightforward, plain writing.                       |
|                            | Restrained     | Controlled, understated prose.                        |
|                            | Sparse         | Simplicity and restraint in language.                 |
| **Playful & Witty**        | Whimsical      | Light, playful, or fanciful tone.                     |
|                            | Wry            | Dry, ironic humor.                                    |
|                            | Puckish        | Mischievous or cheeky writing.                        |
|                            | Sparkling      | Lively, witty, and engaging prose.                    |
|                            | Effervescent   | Bubbly, energetic, and lighthearted writing.          |
| **Dark & Intense**         | Gothic         | Dark, mysterious, or haunting style.                  |
|                            | Bleak          | Grim, desolate, or hopeless tone.                     |
|                            | Foreboding     | Sense of impending doom or tension.                   |
|                            | Visceral       | Raw, intense, and physically evocative prose.         |
|                            | Unsettling     | Disturbing or eerie quality.                          |
| **Timeless & Classic**     | Epic           | Grand, sweeping, and heroic writing.                  |
|                            | Mythic         | Larger-than-life, archetypal quality.                 |
|                            | Majestic       | Grandeur and dignity in the prose.                    |
| **Warm & Inviting**        | Intimate       | Close, personal, and heartfelt tone.                  |
|                            | Conversational | Friendly, informal style.                             |
|                            | Comforting     | Soothing, reassuring quality.                         |
|                            | Welcoming      | Warmth and accessibility.                             |
| **Mysterious & Enigmatic** | Cryptic        | Puzzling or mysterious quality.                       |
|                            | Ethereal       | Delicate, otherworldly, or intangible tone.           |
|                            | Enigmatic      | Sense of mystery or ambiguity.                        |
|                            | Idiosyncratic  | Unique, highly individualistic voice.                 |
|                            | Surreal        | Dreamlike, bizarre, or fantastical elements.          |
|                            | Shadowy        | Dark, elusive, or obscure style.                      |
|                            | Veiled         | Hidden meanings or subtle implications.               |

</details>

### Chat Memory

There are plenty of answers for why Deepseek is a little weird or why it forgets information despite its 128k context (64k with official API). Here are a few tips on how to help ANY AI keep track of your rp.&#x20;

Astarth and Lyra have said it best: any LLM will have difficulty understanding what we want and how we like it.

Here is their original[ Chat Memory template](https://rentry.co/astarya_guide#long-roleplay-using-chat-memory). Below is my slightly modified version.&#x20;

{% code overflow="wrap" %}

```markdown
# Story:
[Notes + any scenario changes go here]

# Relationship Dynamic:
[CHARNAME and PERSONANAME have a TYPE relationship marked by A, B and C.]

# Current Plot Points:
- EVENT1: BRIEFDESCRIPTION
- EVENT2: BRIEFDESCRIPTION
- etc.

# CHARNAME Notes:
- Current mood: [mood]
- Inventory: [items]
- Outfits: [outfit details]
- Ailments: [ailments]
- etc.

# PERSONANAME Notes:
- Current mood: [mood]
- Inventory: [items]
- Outfits: [outfit details]
- Ailments: [ailments]
- etc.

# Important Past Events:
- EVENT1: BRIEFDESCRIPTION
- EVENT2: BRIEFDESCRIPTION
- etc.

# Key Words:
[add general keywords for your rp]

# AI Instruction:
[add any prompts, writing instructions (if applicable)].
```

{% endcode %}

{% hint style="success" %}
Deepseek makes great summaries! If you're lazy, ask it to fill this template in for you. It might even update periodically! || [Here is a reddit post on how r/Serious1On uses this template!](https://www.reddit.com/r/JanitorAI_Official/comments/1j8l3ul/chat_memory_trick/)
{% endhint %}

Here's a completed example:

{% code overflow="wrap" %}

```
# Story:
[User and Char are on a grand adventure to Waterdeep.]
# Relationship Dynamic:
[User and Char are adventuring partners. They're best friends.]
# Current Plot Points:
[EVENT1: Patch up User | EVENT2: Find shelter.]
# CHARNAME Notes:
[Cranky, tired, wounded leg, worried for User.]
# PERSONANAME Notes:
[Wounded arm, dizzy, sad (failed quest), wearing a winter cloak]
# Important Past Events:
[EVENT1: Char and User bonded over music | EVENT2: Fought an owlbear, almost lost]
# Keywords:
[coming of age, adventure, friendship, fantasy]
# AI Instruction:
[Write in the style of R. A. Salvatore. Maintain Char's and User's platonic relationship.]
```

{% endcode %}

[Their Persona ](https://rentry.co/astarya_guide#3-step-tutorial)template is what I use too, with the PLAYER'S CHARACTER removed. Don't go over 200 tokens.

```
Name=
Appearance=
Personality=
Occupation=
Reputation=
Scent=
Etc=
```

Massive thanks to their guide, it has been my ride-or-die with JLLM. I cannot recommend it enough, and has inspired my own prompt as well, since it worked amazingly for me. 💚

***

### Botmaking

{% hint style="danger" %}
balance <mark style="background-color:green;">POSITIVE</mark> and <mark style="background-color:red;">NEGATIVE</mark> traits. Deepseek **sticks** to these traits, so you do not need to create bots against positivity bias. there's no positivity bias issues here, lol

what I do:

* write only positive/neutral traits, balancing out with one negative one

**example:** Personality: <mark style="background-color:green;">friendly(ride or die)</mark>, <mark style="background-color:green;">bold</mark><mark style="background-color:red;">(impulsive)</mark>, <mark style="background-color:green;">passionate</mark><mark style="background-color:red;">(competitive to a fault)</mark>, <mark style="background-color:green;">determined</mark><mark style="background-color:red;">(one track mind)</mark>, introverted<mark style="background-color:green;">(intuitive,</mark> <mark style="background-color:red;">secretive(</mark>afraid of judgement)).

i treat botmaking through the bigger picture: even their likes give insight into their personality, not restraining them to just their **personality.**

**the guide i use is shown below.** [**check out my bots too!**](https://janitorai.com/profiles/9a2e7384-6eb5-444f-9dfc-80cbddd2eaa8_profile-of-iheartcheese)
{% endhint %}

I will forever preach [Soup's (sopakcosauce) PList guide](https://sopakcosauce-guides.gitbook.io/sopakcosauce-guides)!!!!! Please read their entire guide, it's great and it explains a bunch of things about botmaking.

{% hint style="warning" %}
PList formatting is a great way to format your Chat Memory notes too!
{% endhint %}

* [x] Straight to the point
* [x] Effective
* [x] Helps the AI navigate your character and persona better
* [x] Enhances character nuance
* [x] Token efficient formatting

It's never done me wrong. Here is the template they have given (works for both char and persona), which in their words is extensive. You don't need everything.

{% code overflow="wrap" %}

```
[Name: ___;
Aliases: ___;
Sex: ___;
Gender: ___;
Age: ___;
Nationality: ___;
Ethnicity: ___;
Species: ___;
Appearance: ___;
Hair: ___;
Eyes: ___;
Facial Features: ___;
Clothes: ___;
Accent: ___;
Speech: ___;
Personality: ___;
Dynamic With {{user}}: ___;
Quirks/Habits: ___;
Mannerisms: ___;
Occupation: ___;
Relationships: ___;
Backstory: ___;
Likes: ___;
Dislikes: ___;
Hobbies: ___;
Kinks: ___;
Behavior During Sex: ___;
Penis Description: ___;
Balls Description: ___;
Nipples Description: ___;
Breasts Description: ___;
Vagina Description: ___;
Anus Description: ___;
Other: ___]
```

{% endcode %}

All of their notes and examples are there. [Their Chub.AI profile can be found here.](https://chub.ai/users/sopakcosauce)

{% hint style="success" %}
take your bot information and use DeepSeek (or chatgpt or whatever) to turn it into a PList format, then format it accordingly.
{% endhint %}

**for a more classic bot template based off JED, find**[ **kolach3's guide here!**](https://rentry.co/kolach3-GuideToBotmaking)

***

**Other botmaking guides I find helpful:**

* [lunaxlee](https://rentry.co/jaibotmakingresources)
* [StatuoTW](https://rentry.co/statuobotmakie)
* [absolutetrash](https://rentry.org/absolutetrashs-bot-guide)

since deepseek models are trained on OpenAi and GPT data, bots written for GPT will work wonderfully with them

***

**SillyTavern Presets I like:**

* [**Q1F (deepseek)**](https://rentry.co/88fr3yr5)
* [**CherryBox (deepseek)**](https://rentry.org/CherryBox)
* [**AvaniQ1F (gemini + deepseek)**](https://rentry.org/mochacowuwu)
* [**AvaniJB (gemini)**](https://rentry.org/avaniJB)

Sukino's rentry for a bunch of SillyTavern resources [right here.](https://rentry.co/Sukino-Findings)
