Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Provider ProviderType `json:"provider"`
OpenAIAPIKey string `json:"openai_api_key"`
OllamaModel string `json:"ollama_model"`
OllamaURL string `json:"ollama_url"`
}
type ProviderType ¶
type ProviderType string
const ( ProviderOpenAI ProviderType = "openai" ProviderOllama ProviderType = "ollama" )
Click to show internal directories.
Click to hide internal directories.