Class LlmProviderEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.provider.LlmProviderEntity
All Implemented Interfaces:
Serializable

@Entity public class LlmProviderEntity 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
    • apiUrl

      private String apiUrl
    • apiKey

      private String apiKey
    • webUrl

      private String webUrl
    • status

      private String status
  • Constructor Details

    • LlmProviderEntity

      public LlmProviderEntity()