Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRetryConfig = RetryConfig{ MaxAttempts: 3, BaseDelay: 2 * time.Second, MaxDelay: 30 * time.Second, }
DefaultRetryConfig is used for all AI provider calls.
Functions ¶
func GenerateSlides ¶
GenerateSlides routes the slide generation request to the appropriate LLM provider based on the model name in the config. Accepts either *crawler.CollectedContent (structured) or a flat code string.
func RequiresAPIKey ¶
RequiresAPIKey returns true if the model needs a remote API key.
Types ¶
Click to show internal directories.
Click to hide internal directories.