From 78712c053645a59d71d64a54c0d9d7263b121326 Mon Sep 17 00:00:00 2001 From: "Estrada Irribarra, Rodrigo Andres" Date: Wed, 16 Oct 2024 11:35:11 -0300 Subject: [PATCH] feat: Add chat img --- README.md | 4 ++++ docs/getting_started.md | 19 +------------------ 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 07a180e..a95708b 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ storycraftr init "La purga de los dioses" --primary-language "es" --alternate-la storycraftr outline general-outline "Summarize the overall plot of a dystopian science fiction where advanced technology, resembling magic, has led to the fall of humanity’s elite and the rise of a manipulative villain who seeks to destroy both the ruling class and the workers." ``` +### Chat!!! + +![chat](https://res.cloudinary.com/dyknhuvxt/image/upload/v1729089264/chat_idxfgi.png) + ## Full Guide For a complete guide, including more examples and instructions on how to fully leverage StoryCraftr, visit our **Getting Started** page: diff --git a/docs/getting_started.md b/docs/getting_started.md index d79fc56..17a1cb4 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -185,24 +185,7 @@ Replace `"book_name"` with the actual name of your book. This will open an inter Here's an example of how a typical chat might look: -```bash -$ storycraftr chat -Starting chat for la-purga-de-los-dioses. Type exit() to quit. - -You: Can you give me ideas for the next chapter? - -[Assistants response (formatted in Markdown)]: -### Chapter 5: The Turning Point -In this chapter, Zevid faces a critical decision. As the rebellion grows stronger, he must choose whether to reveal his true intentions or continue manipulating the elite and the workers. - -Key Points: -- Zevid infiltrates the Dark Tower. -- He gains access to the ancient biotechnology that the elite use to control the masses. -- Zevid must make a pivotal choice: destroy the system or control it for himself. - -You: exit() -Exiting chat... -``` +![chat](https://res.cloudinary.com/dyknhuvxt/image/upload/v1729089264/chat_idxfgi.png) In this session, you ask for ideas for the next chapter, and the assistant responds with a detailed outline formatted in Markdown.