From f3f881a4e61ed60acfbebb59a23345282fa16a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jegors=20=C4=8Cemisovs?= Date: Sat, 26 Aug 2023 18:24:53 +0300 Subject: [PATCH] Update README: Remove Example Usage and Other Sessions 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. --- docs/README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/README.md b/docs/README.md index e92b962..54c80cd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 %} -
  • - {{ post.title }} - {{ post.date | date: "%B %d, %Y" }} -
  • -{% endfor %}