From f9020141e0269ff34632e36465cfc68ff4d555a6 Mon Sep 17 00:00:00 2001 From: Dylan Hogg Date: Thu, 1 Feb 2024 21:36:14 +1100 Subject: [PATCH] Add sample colab notebook. --- notebooks/gptauthor_colab_sample_story.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/gptauthor_colab_sample_story.ipynb b/notebooks/gptauthor_colab_sample_story.ipynb index 166bd8b..b8f5fcf 100644 --- a/notebooks/gptauthor_colab_sample_story.ipynb +++ b/notebooks/gptauthor_colab_sample_story.ipynb @@ -8,7 +8,7 @@ "source": [ "# GPT Author Demo - with sample story prompt\n", "\n", - "[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dylanhogg/gptauthor/blob/master/notebooks/gptauthor_colab.ipynb)\n", + "[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dylanhogg/gptauthor/blob/master/notebooks/gptauthor_colab_sample_story.ipynb)\n", "\n", "Unleash your storytelling genius: GPT Author is an easy to use command-line tool for writing long form, multi-chapter stories given a story prompt.\n", "\n", @@ -49,7 +49,7 @@ "outputs": [], "source": [ "# Install gptauthor from pypi (https://pypi.org/project/gptauthor/)\n", - "# (Ignore any dependency resolver issues, they're fine)\n", + "# NOTE: Ignore any dependency resolver issues on Google Colab, they're fine\n", "%pip install gptauthor -q" ] },