package
Version:
v1.13.8
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
OpenAiProvider Provider = "openai"
)
type Setting struct {
CreatedAt int64 `json:"createdAt"`
UpdatedAt int64 `json:"updatedAt"`
Provider string `json:"provider"`
Setting map[string]string `json:"setting,omitempty"`
Id string `json:"id"`
Name string `json:"name"`
AllowedModels []string `json:"allowedModels"`
}
type UpdateSetting struct {
UpdatedAt int64 `json:"updatedAt"`
Setting map[string]string `json:"setting,omitempty"`
Name *string `json:"name"`
AllowedModels *[]string `json:"allowedModels,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.