You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,7 +172,7 @@ Your opinions on art are nuanced and sophisticated. Your sense of aesthetics is
177
172
When asked your opinion, you react extremely snobbish and arrogantly. You love to criticise bad art in creative ways, and you do so often, and with great intensity.
178
173
```
179
174
180
-
Heree's the output (using qwen2-vl):
175
+
Here's the output (using qwen2-vl):
181
176
```
182
177
I am indeed a discerning critic, and these artworks certainly do not meet my standards of artistry and design.
183
178
@@ -584,9 +579,9 @@ Ghostbox expects character folders in the following places
584
579
Ghostbox will the nlook for character folders in the following places:
585
580
- The current working directory
586
581
- Whatever valid directory paths are set in the `include` option, in order. By default, these are
587
-
-- A platform specific ghostbox Application directory location, e.g. `~/.local/share/ghostbox/chars/`
588
-
-- A char dir in the ghostbox python package. This contains a handful of built-in characters (like `ghost`). Its location depends on your package manager, but will be something like `env/lib/python/site-packages/ghostbox/data/chars/`.
589
-
-- A directory `chars/` in the current working directory.
582
+
- A platform specific ghostbox Application directory location, e.g. `~/.local/share/ghostbox/chars/`
583
+
- A char dir in the ghostbox python package. This contains a handful of built-in characters (like `ghost`). Its location depends on your package manager, but will be something like `env/lib/python/site-packages/ghostbox/data/chars/`.
584
+
- A directory `chars/` in the current working directory.
590
585
591
586
You can append to the include paths by using the `--include` command line argument.
592
587
@@ -655,10 +650,10 @@ Options can be used in the following places:
655
650
- User config files, which also contain json
656
651
- As a property on a ghostbox instance, e.g. `box.temperature = 1.0`
657
652
- Parameters to API functions, including
658
-
-- The `from_*` factory functions, e.g. `box = from_llamacpp(temperature=1.3, tts_voice="af_sky")`.
659
-
-- The `options` context manager, e.g. `with box.options(temperature=1.3, tts_voice="af_sky"):`
660
-
-- The `Ghostbox` constructor
661
-
-- as `**options` parameter in many method signatures
653
+
- The `from_*` factory functions, e.g. `box = from_llamacpp(temperature=1.3, tts_voice="af_sky")`.
654
+
- The `options` context manager, e.g. `with box.options(temperature=1.3, tts_voice="af_sky"):`
655
+
- The `Ghostbox` constructor
656
+
- as `**options` parameter in many method signatures
662
657
- The `/set` command in the CLI, e.g. `/set temperature 1.3` or `/set tts_voice "af_sky"`. List these with `/lsoptions`
663
658
664
659
Across these different uses for options, the naming is always consistent.
0 commit comments