Skip to content

Commit

Permalink
python interface added
Browse files Browse the repository at this point in the history
  • Loading branch information
melihunsal committed Aug 14, 2023
1 parent b506daa commit c303773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h4 id="2instantiate-the-demogpt-agent">2.Instantiate the DemoGPT agent:</h4>
</code></pre>
<h4 id="3set-your-instruction-and-title">3.Set your instruction and title:</h4>
<pre><code class="language-python">instruction = &quot;Your instruction here&quot;
title = &quot;Your title here&quot;
title = &quot;Your title here&quot;
</code></pre>
<h4 id="4iterate-through-the-generation-stages-and-extract-the-final-code">4.Iterate through the generation stages and extract the final code:</h4>
<pre><code class="language-python">code = &quot;&quot;
Expand Down

0 comments on commit c303773

Please sign in to comment.