Get GPT to Output JSON Consistently
Automated Information Extraction from Text using GPT and Python 2023-11-20, Johannes Köppern, Update With openai package version >= 1.2.3 this is the way to go: # 20231120_openai_json_output.py # 2023-11-20 #…
Automated Information Extraction from Text using GPT and Python 2023-11-20, Johannes Köppern, Update With openai package version >= 1.2.3 this is the way to go: # 20231120_openai_json_output.py # 2023-11-20 #…
Iterative Prompt Crafting with ChatGPT: A Step-by-Step Guide 2023-08-21, Johannes Köppern ChatGPT - or Large Language Models (LLMs) in general - can assist in the creation of prompts that are…
Chain of Thought with Self-Consistency explained 2023-08-12, Johannes Köppern Let's talk about a prompting technique that improves the correctness of answers of Large Language Models: The Chain of Thought prompting…