Module rust_ai::openai::apis::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

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