summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--char-specific-context.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3d91380..b7e0c44 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ made with use of [tview](https://github.com/rivo/tview)
- tts/stt (run make commands to get deps);
- image input;
- 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](assets/ex01.png)
diff --git a/char-specific-context.md b/char-specific-context.md
index 2482e3d..8a67045 100644
--- a/char-specific-context.md
+++ b/char-specific-context.md
@@ -113,7 +113,7 @@ When `AutoTurn` is enabled, the system can automatically trigger responses from
## Cardmaking with 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