Skip to content

Commit

Permalink
feat: Add chat img
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrada Irribarra, Rodrigo Andres committed Oct 16, 2024
1 parent 87ab54f commit 78712c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
19 changes: 1 addition & 18 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 78712c0

Please sign in to comment.