Explore >> Select a destination


You are here

mattmazur.com
| | lancecarlson.com
3.1 parsecs away

Travel
| | Functions! We love when our jobs are made easier. Recently OpenAI announced the support for functions on their blog. Functions allow you to specify the structure of your output in a JSON compatible format. In the past, you'd have to wrangle the output by asking the GPT API to return a computer readable format like YAML or JSON, and specify the fields in natural language. The output would be unreliable. Most of the time I would resort to asking for YAML and I'd have to be very specific about the kinds of fields I would get back so I would get consistent results.
| | jonchristopher.us
4.8 parsecs away

Travel
| | Customizing and segmenting Custom Taxonomy archive pages can be a bit difficult until you determine what exactly is going on under the hood and implementing from there. Custom Taxonomies in WordPress are a very powerful feature, let's figure out how to make some nice looking archive pages for them.
| | isthisit.nz
2.8 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.
| | www.laptopmag.com
15.7 parsecs away

Travel
| MIT finds AI tools like ChatGPT can make you think less, remember less, and care less - and we've already seen the effects