Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultModel = "gpt-4o" SystemPrompt = "" /* 224-byte string literal not displayed */ UserPrompt = "" /* 260-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenAIClient ¶
type OpenAIClient struct {
// contains filtered or unexported fields
}
func NewOpenAIClient ¶
func NewOpenAIClient(apiURL, apiKey, model string) (*OpenAIClient, error)
func (*OpenAIClient) GenerateTitle ¶
Click to show internal directories.
Click to hide internal directories.