Module completion

Source
Expand description

Propmpt completion using GPT-3 series

Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.

Source: OpenAI documentation

Structsยง

Completion
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.