API

Programming

Infinite GPT

Use GPT for infinite length text generation from the command line.

Programming

Prompt Engineering

A brilliant guide written by Brex on prompt engineering and crafting the perfect prompt for OpenAI's GPT-4.

Programming

Using OpenAI to Summarize the News

A a quick-ish, step-by-step tutorial for setting up OpenAI's `autocompletion` with `Python 3`.

Programming

Getting Started with Python & OpenAI

A a quick-ish, step-by-step tutorial for setting up OpenAI's `autocompletion` with `Python 3`.

Programming

How to Make Data Requests

Data requests or web scraping, also known as data extraction, is the process of retrieving, thus scraping, data from a website. Developers use certain HTTP methods to manipulate data, usually using APIs.