Skip to content

Commit

Permalink
deploy: 1d3083d
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Jul 31, 2024
1 parent 7ec29bb commit 240f511
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 31 deletions.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/code-cookbook/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/code-cookbook/" rel="alternate" type="text/html" /><updated>2024-07-31T14:30:05+00:00</updated><id>https://michaelcurrin.github.io/code-cookbook/feed.xml</id><title type="html">Code Cookbook</title><subtitle>Reusable code patterns which you can use as reference or copy to your project</subtitle><author><name>Michael Currin</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://michaelcurrin.github.io/code-cookbook/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/code-cookbook/" rel="alternate" type="text/html" /><updated>2024-07-31T14:33:21+00:00</updated><id>https://michaelcurrin.github.io/code-cookbook/feed.xml</id><title type="html">Code Cookbook</title><subtitle>Reusable code patterns which you can use as reference or copy to your project</subtitle><author><name>Michael Currin</name></author></feed>
2 changes: 1 addition & 1 deletion recipes/artificial-intelligence/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h2>Pages</h2>



<span></span>
<span>LLM</span>
</a></li>
</ul>

Expand Down
32 changes: 21 additions & 11 deletions recipes/artificial-intelligence/llm.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@


<meta property="og:site_name" content="Code Cookbook" />

<title>LLM | Code Cookbook</title>

<meta property="og:title" content="LLM" />

<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="LLM" />
<meta name="generator" content="Jekyll v4.3.3" />

<meta property="og:locale" content="en_US" />


<meta name="description" content="Reusable code patterns which you can use as reference or copy to your project" />
<meta property="og:description" content="Reusable code patterns which you can use as reference or copy to your project" />
<meta name="description" content="Large Language Models" />
<meta property="og:description" content="Large Language Models" />
<meta name="author" content="Michael Currin" />


Expand All @@ -26,9 +33,9 @@
<script type="application/ld+json">
{
"name": "Code Cookbook",
"description": "Reusable code patterns which you can use as reference or copy to your project",
"description": "Large Language Models",
"url": "https://michaelcurrin.github.io/code-cookbook/recipes/artificial-intelligence/llm.html",
"headline": "",
"headline": "LLM",
"@type": "WebSite",
"@context": "https://schema.org",
"author": {
Expand Down Expand Up @@ -98,10 +105,15 @@ <h1 class="post-title">



<span></span>
<span>LLM</span>
</h1>


<blockquote>
<p>Large Language Models</p>

</blockquote>

</header>


Expand Down Expand Up @@ -138,7 +150,7 @@ <h1 class="post-title">


<a href="/code-cookbook/recipes/artificial-intelligence/llm.html" class="underline">

LLM
</a>


Expand All @@ -150,14 +162,12 @@ <h1 class="post-title">

<div class="post-content">

<hr />
<p>description: Large Language Models</p>
<h1 id="llm">LLM</h1>

<h2 id="code-assistant">Code assistant</h2>
<h2 id="code-assistant">Code assistant</h2>

<h3 id="system-prompt">System prompt</h3>

<p>Recommended - put this in your LLM assistant’s system prompt or for Cursor put it in Cursor Settings under Rules for AI. Otherwise at the start of the conversation.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Follow Clean Code best practices:
Meaningful names: Use clear, descriptive names for variables, functions, and classes.
Small functions: Keep functions short and focused on a single task.
Expand Down
2 changes: 1 addition & 1 deletion recipes/ci-cd/github-actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ <h2>Topics</h2>




<a href="/code-cookbook/recipes/ci-cd/github-actions/actions/">
<div>

Expand Down Expand Up @@ -534,6 +533,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ci-cd/github-actions/tokens/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/ci-cd/github-actions/workflows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ci-cd/github-actions/workflows/blog/">
Expand Down Expand Up @@ -484,6 +483,7 @@ <h2>Topics</h2>





<a href="/code-cookbook/recipes/ci-cd/github-actions/workflows/linting/">
<div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/ci-cd/github-actions/workflows/jekyll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ci-cd/github-actions/workflows/jekyll/build/">
Expand Down Expand Up @@ -596,6 +595,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/ci-cd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ci-cd/circle-ci/">
Expand Down Expand Up @@ -428,6 +427,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ci-cd/netlify/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/ci-cd/netlify/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ci-cd/netlify/configure/">
Expand Down Expand Up @@ -581,6 +580,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/containers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/containers/docker/">
Expand Down Expand Up @@ -568,6 +567,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/graphql/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/graphql/github/">
Expand Down Expand Up @@ -559,6 +558,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ <h2>Topics</h2>





<a href="/code-cookbook/recipes/ansible/">
<div>
Expand Down Expand Up @@ -454,6 +453,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/make/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/javascript/browser/">
Expand Down Expand Up @@ -442,6 +441,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/javascript/packages/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/javascript/packages/vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/javascript/packages/vue/components/">
Expand Down Expand Up @@ -514,6 +513,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/javascript/packages/vue/state-management/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/other/documentation/">
Expand Down Expand Up @@ -398,6 +397,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/other/networking/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/python/argument-parsing/">
Expand Down Expand Up @@ -378,6 +377,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/python/logging/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/ruby/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ruby/gems/">
Expand Down Expand Up @@ -438,6 +437,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/ruby/rake/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/shell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/shell/install/">
Expand Down Expand Up @@ -465,6 +464,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/shell/ssh/">
Expand Down
2 changes: 1 addition & 1 deletion recipes/shell/ssh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ <h2>Topics</h2>




<a href="/code-cookbook/recipes/shell/ssh/access/">
<div>

Expand Down Expand Up @@ -563,6 +562,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/version-control/git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/version-control/git/ignore/">
Expand Down Expand Up @@ -567,6 +566,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/version-control/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/version-control/git/">
Expand Down Expand Up @@ -572,6 +571,7 @@ <h2>Topics</h2>






</div>
Expand Down
2 changes: 1 addition & 1 deletion recipes/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/web/css/">
Expand Down Expand Up @@ -489,6 +488,7 @@ <h2>Topics</h2>






<a href="/code-cookbook/recipes/web/seo/">
Expand Down

0 comments on commit 240f511

Please sign in to comment.