Explore >> Select a destination


You are here

www.markhw.com
| | robr.dev
19.5 parsecs away

Travel
| | Three things from this week. I tried out three different ways to use an LLM on my home PC this week. A Large Language Model (LLM) is the kind of ML model that runs inside of ChatGPT and other similar popular chatbots. Running on my home PC lets me see just what they can do and whether they're useful to me. While there have been a whole lot of different models emerging lately, there are also a few different frontends or user interfaces that can load the model and perform inferences.
| | isthisit.nz
8.1 parsecs away

Travel
| | August 2024 Update: Now a solved problem. Use Structured Outputs. Large language models (LLMs) return unstructured output. When we prompt them they respond with one large string. This is fine for applications such as ChatGPT, but in others where we want the LLM to return structured data such as lists or key value pairs, a parseable response is needed. In Building A ChatGPT-enhanced Python REPL I used a technique to prompt the LLM to return output in a text format I could parse.
| | rosslazer.com
13.3 parsecs away

Travel
| | Using GPT to emulate my writing style
| | www.confident-ai.com
35.6 parsecs away

Travel
| In this article, you'll teach you about LLM regulations and how to maintain the safety of your LLM applications.