Skip to content

Commit

Permalink
deploy: 789bc47
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD committed Sep 13, 2024
1 parent 298effa commit 9d0e396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sources/getting_started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ While the previous example used the docstring for the system message and the ret
greeting = hello("Sam Altman")
print(greeting)
This approach allows you to construct more complex conversations within your LMP. Importantly, you'll want to use this approach when you have a variable system prompt because python only allows you to have a static system prompt.
This approach allows you to construct more complex conversations within your LMP. Importantly, you'll want to use this approach when you have a variable system prompt because python only allows you to have a static docstring.

Prompting as Language Model Programming
----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h3>Alternative Message Formats<a class="headerlink" href="#alternative-message-
</span><span id="line-13"><span class="nb">print</span><span class="p">(</span><span class="n">greeting</span><span class="p">)</span>
</span></code></pre></div>
</div>
<p>This approach allows you to construct more complex conversations within your LMP. Importantly, you’ll want to use this approach when you have a variable system prompt because python only allows you to have a static system prompt.</p>
<p>This approach allows you to construct more complex conversations within your LMP. Importantly, you’ll want to use this approach when you have a variable system prompt because python only allows you to have a static docstring.</p>
</section>
</section>
<section id="prompting-as-language-model-programming">
Expand Down

0 comments on commit 9d0e396

Please sign in to comment.