known-types-openai 0.1.1

Well-known types for OpenAI APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// This is free and unencumbered software released into the public domain.

//! **OpenAI API: Completions**
//!
//! Given a prompt, the model will return one or more predicted completions
//! along with the probabilities of alternative tokens at each position. Most
//! developer should use our [Chat Completions
//! API][/docs/guides/text-generation#text-generation-models] to leverage our
//! best and newest models.
//!
//! [/docs/guides/text-generation#text-generation-models]: https://platform.openai.com/docs/guides/text-generation#text-generation-models