Documentation
¶
Index ¶
Constants ¶
View Source
const ( SSHUsername = "ollama-machine" OllamaEnvFilePath = "/home/ollama-machine/env" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Machine ¶
type Machine struct {
*provider.Machine
OllamaConfig OllamaConfig `json:"ollamaConfig"`
ProviderName string `json:"providerName"`
CredentialsName string `json:"credentialsName"`
Connectivity string `json:"connectivity"`
KeyPair *ssh.KeyPairFiles `json:"keyPair"`
}
type OllamaConfig ¶
func (OllamaConfig) Address ¶
func (o OllamaConfig) Address() string
Click to show internal directories.
Click to hide internal directories.