gopenai/model
Types
pub type Model {
GPT3Dot5Turbo
GPT4
TextEmbeddingAda002
}
Constructors
-
GPT3Dot5Turbo
-
GPT4
-
TextEmbeddingAda002
Functions
pub fn model_from_json(
from data: Dynamic,
) -> Result(Model, List(DecodeError))
pub fn model_to_json(m: Model) -> Json