Skip to content

Commit

Permalink
feat: Add chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrada Irribarra, Rodrigo Andres committed Oct 16, 2024
1 parent e788f6d commit 6cbb07e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

Welcome to [**StoryCraftr**](https://storycraftr.app), the open-source project designed to revolutionize how books are written. With the power of AI and a streamlined command-line interface (CLI), StoryCraftr helps you craft your story, manage worldbuilding, structure your book, and generate chapters — all while keeping you in full control.

## Release Notes v0.2.0
## Release Notes v0.3.0

You can find the release notes for version `v0.2.0` [here](https://github.com/raestrada/storycraftr/releases/tag/v0.2.0).
You can find the release notes for version `v0.3.0` [here](https://github.com/raestrada/storycraftr/releases/tag/v0.3.0).

## Installation

You can install the current version of **StoryCraftr** via `pipx` using the following command:

```bash
pipx install git+https://github.com/raestrada/storycraftr.git@v0.2.0
pipx install git+https://github.com/raestrada/storycraftr.git@v0.3.0
```

### Important: Before using StoryCraftr, make sure to set your OpenAI API key:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, install **StoryCraftr** using [pipx](https://pypa.github.io/pipx/), a too
To install **StoryCraftr**, run the following command:

```bash
pipx install git+https://github.com/raestrada/storycraftr.git@v0.2.0
pipx install git+https://github.com/raestrada/storycraftr.git@v0.3.0
```

### Important: Before running the `storycraftr` command
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<meta name="twitter:card" content="summary_large_image">

<div class="release-link">
<a href="https://github.com/raestrada/storycraftr/releases/tag/v0.2.0">Release Notes v0.2.0</a>
<a href="https://github.com/raestrada/storycraftr/releases/tag/v0.3.0">Release Notes v0.3.0</a>
</div>

<nav>
Expand Down Expand Up @@ -215,7 +215,7 @@ <h1>Welcome to StoryCraftr 📚✨</h1>
<div class="coming-soon">
🚧 Coming Soon - StoryCraftr is in development. Stay tuned for the Alpha release! 🚀
<br>Install the current version:
<code>pipx install git+https://github.com/raestrada/storycraftr.git@v0.2.0</code>
<code>pipx install git+https://github.com/raestrada/storycraftr.git@v0.3.0</code>
</div>
</section>

Expand Down

0 comments on commit 6cbb07e

Please sign in to comment.