Skip to content

Commit

Permalink
Update README: Remove Example Usage and Other Sessions
Browse files Browse the repository at this point in the history
Clean up README to improve readability and maintainability by removing the "Example Usage" and "Some other ChatGPT-4 sessions". These sections were removed due to their complexity and a more simplified version will be reintroduced in future updates.
  • Loading branch information
rabestro committed Aug 26, 2023
1 parent 28c461f commit f3f881a
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 f3f881a

Please sign in to comment.