Class LlmModelEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.model.LlmModelEntity
All Implemented Interfaces:
Serializable

@Entity public class LlmModelEntity extends BaseEntity
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • nickname

      private String nickname
    • description

      private String description
    • providerUid

      private String providerUid
    • providerName

      private String providerName
  • Constructor Details

    • LlmModelEntity

      public LlmModelEntity()