Categorygithub.com/PureMature/starport/llm
modulepackage
0.0.2
Repository: https://github.com/puremature/starport.git
Documentation: pkg.go.dev

# Functions

NewModule creates a new instance of Module.
NewModuleWithConfig creates a new instance of Module with the given configuration values.
NewModuleWithGetter creates a new instance of Module with the given configuration getters.
SetLog sets the logger from outside the package.

# Constants

ModuleName defines the expected name for this module when used in Starlark's load() function, e.g., load('llm', 'chat').

# Structs

Module wraps the ConfigurableModule with specific functionality for calling OpenAI models.