Skip to content

Commit

Permalink
Running Large Language Models locally – Your own ChatGPT-like AI in C#
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba committed Jun 15, 2023
1 parent 6d759a6 commit 75a600c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ That's pretty much it. The chat session in the `session` variable is prompted us

You want to see this in action, right? Here's the "Homer Simpson chat" in action:

![Homer Simpson local large language model](../images/2023/06/homer-simpson-as-large-language-model.png)
![Homer Simpson local large language model](/images/2023/06/homer-simpson-as-large-language-model.png)

The more useful "C# pair programmer chat":

![Helpful C# programming bot large language model](../images/2023/06/llamasharp-pair-programing-chatbot.png)
![Helpful C# programming bot large language model](/images/2023/06/llamasharp-pair-programing-chatbot.png)

Pretty nice, no?

Expand Down

0 comments on commit 75a600c

Please sign in to comment.