SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

Capture screenshot of whole chat #28

Closed sanskar-mk2 closed 1 year ago

sanskar-mk2 commented 1 year ago
curl --request POST \
  --url http://localhost:5000/api/capture/generate \
  --header 'Content-Type: multipart/form-data' \
  --form 'logs=@E:\SillyTavern-extras\modules\capture\testing_assets\yuuka.jsonl' \
  --form 'user=@E:\SillyTavern-extras\modules\capture\testing_assets\sensei.png' \
  --form 'char=@E:\SillyTavern-extras\modules\capture\testing_assets\char.png'

Generates a screenshot of the whole chat so can share on my favorite Indian Tea Sampling forum.

Just the basics done, still there is work left to do.

Looks bland right now.

image

sanskar-mk2 commented 1 year ago

Scratched