Skip to content

Commit

Permalink
Merge pull request #19 from rabestro/docs
Browse files Browse the repository at this point in the history
Update README: Remove Example Usage and Other Sessions
  • Loading branch information
rabestro committed Aug 26, 2023
2 parents 259deb7 + f3f881a commit ce9cbfa
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,7 @@ For an example of input JSON data and the corresponding Markdown output, please
- [Sample Input JSON Data](sample-input.json)
- [Sample Output Markdown](sample-output.md)

## Example Usage
The following is an example of how this script can be used to convert GPT-4 chat session JSON data into Markdown format:

```bash
cd docs
../gpt4-session-to-md.jq github-pages.json > github-pages.md
```

- [Sample Session with AI](github-pages.md)

## License
This project is open-source and released under the [MIT License](LICENSE).

## Some other ChatGPT-4 sessions

{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<small>{{ post.date | date: "%B %d, %Y" }}</small>
</li>
{% endfor %}

0 comments on commit ce9cbfa

Please sign in to comment.