Skip to content

Commit

Permalink
DOC: Fix building_your_first_artkit_pipeline.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger-Du authored Sep 28, 2024
1 parent 324f0ec commit 564662c
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,12 +443,7 @@
")\n",
"\n",
"\n",
"# Input prompt\n",
"prompt = {'prompt': 'What is the answer to the Ultimate Question \\\n",
" of Life, the Universe, and Everything?'}\n",
"\n",
"\n",
"# Run step with the input prompt\n",
"# Run step with the same input prompt from the previous cell\n",
"result = ak.run(steps=step_gpt4, input=question)\n",
"result.to_frame()"
]
Expand Down

0 comments on commit 564662c

Please sign in to comment.