Iccee commited on
Commit
3d6e3cf
·
verified ·
1 Parent(s): 560a754

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  license: mit
3
  ---
4
- -### 🧠 Technical Notes
5
 
6
- - **🗂 Memory Storage**
7
  For persistent and emotionally coherent conversations, local memory handling is essential. Depending on the application, developers can implement memory using:
8
  - Lightweight solutions like **JSON** or **YAML logs** (great for prototyping)
9
  - Embedded databases like **SQLite** (low overhead, suitable for desktop apps)
@@ -11,13 +11,13 @@ license: mit
11
 
12
  A proper memory layer allows bots to reference prior chats, adapt to evolving relationships, and avoid “resetting” between sessions — a core feature for emotional immersion.
13
 
14
- - **🔀 Model Flexibility**
15
  Platforms like **CrushOn.ai** allow users to switch between models such as **GPT‑4o**, **Claude**, and **Mistral** based on tone, speed, and behavior. Developers can simulate this locally by:
16
  - Routing prompts through APIs like **OpenRouter**, **vLLM**, or **Ollama**
17
  - Allowing model selection per character or session
18
  - Dynamically adjusting temperature, top_p, and max_tokens for stylistic nuance
19
 
20
- - **🎭 Character Definition**
21
  Emotional realism depends on high-quality character conditioning. This includes:
22
  - **Prompt-based backstories** and embedded lore
23
  - **Behavioral traits or tags** (e.g., clingy, stoic, flirty, jealous)
 
1
  ---
2
  license: mit
3
  ---
4
+ ### 🧠 Technical Notes
5
 
6
+ **🗂 Memory Storage**
7
  For persistent and emotionally coherent conversations, local memory handling is essential. Depending on the application, developers can implement memory using:
8
  - Lightweight solutions like **JSON** or **YAML logs** (great for prototyping)
9
  - Embedded databases like **SQLite** (low overhead, suitable for desktop apps)
 
11
 
12
  A proper memory layer allows bots to reference prior chats, adapt to evolving relationships, and avoid “resetting” between sessions — a core feature for emotional immersion.
13
 
14
+ **🔀 Model Flexibility**
15
  Platforms like **CrushOn.ai** allow users to switch between models such as **GPT‑4o**, **Claude**, and **Mistral** based on tone, speed, and behavior. Developers can simulate this locally by:
16
  - Routing prompts through APIs like **OpenRouter**, **vLLM**, or **Ollama**
17
  - Allowing model selection per character or session
18
  - Dynamically adjusting temperature, top_p, and max_tokens for stylistic nuance
19
 
20
+ **🎭 Character Definition**
21
  Emotional realism depends on high-quality character conditioning. This includes:
22
  - **Prompt-based backstories** and embedded lore
23
  - **Behavioral traits or tags** (e.g., clingy, stoic, flirty, jealous)