Skip to content

Commit

Permalink
Add sample colab notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhogg committed Feb 1, 2024
1 parent a1d7a58 commit f902014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/gptauthor_colab_sample_story.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
},
Expand Down

0 comments on commit f902014

Please sign in to comment.