Documentation ¶
Overview ¶
Package ollama is for starting AI/ML model workspaces
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdOllama ¶
func NewCmdOllama(t *terminal.Terminal, ollamaStore OllamaStore) *cobra.Command
Types ¶
type OllamaStore ¶
type OllamaStore interface { util.GetWorkspaceByNameOrIDErrStore GetActiveOrganizationOrDefault() (*entity.Organization, error) GetCurrentUser() (*entity.User, error) CreateWorkspace(organizationID string, options *store.CreateWorkspacesOptions) (*entity.Workspace, error) GetWorkspace(workspaceID string) (*entity.Workspace, error) BuildVerbContainer(workspaceID string, verbYaml string) (*store.BuildVerbRes, error) ModifyPublicity(workspace *entity.Workspace, applicationName string, publicity bool) (*entity.Tunnel, error) }
Click to show internal directories.
Click to hide internal directories.