OpenApiTypesense.ConversationModelCreateSchema (OpenApiTypesense v0.6.5)

View Source

Provides struct and type for a ConversationModelCreateSchema

Summary

Types

t()

@type t() :: %OpenApiTypesense.ConversationModelCreateSchema{
  account_id: String.t() | nil,
  api_key: String.t() | nil,
  history_collection: String.t() | nil,
  id: String.t() | nil,
  max_bytes: integer(),
  model_name: String.t(),
  system_prompt: String.t() | nil,
  ttl: integer() | nil,
  vllm_url: String.t() | nil
}