Doc: update

This commit is contained in:
Grail Finder
2026-02-10 11:27:06 +03:00
parent 46a33baabb
commit e42eb96371
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ made with use of [tview](https://github.com/rivo/tview)
- tts/stt (run make commands to get deps); - tts/stt (run make commands to get deps);
- image input; - image input;
- function calls (function calls are implemented natively, to avoid calling outside sources); - function calls (function calls are implemented natively, to avoid calling outside sources);
- ![character specific context (unique feature)](char-specific-context.md) - [character specific context (unique feature)](char-specific-context.md)
#### how it looks #### how it looks
![how it looks](assets/ex01.png) ![how it looks](assets/ex01.png)

View File

@@ -113,7 +113,7 @@ When `AutoTurn` is enabled, the system can automatically trigger responses from
## Cardmaking with multiple characters ## Cardmaking with multiple characters
So far only json format supports multiple characters. So far only json format supports multiple characters.
![card example](sysprompts/alice_bob_carl.json) [card example](sysprompts/alice_bob_carl.json)
## Limitations & Caveats ## Limitations & Caveats