Discover Packages
github.com/HomayoonAlimohammadi/reviewer
pkg
modelvendor
package
Version:
v0.0.0-...-8c5968e
Opens a new window with list of versions in this module.
Published: Nov 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
VendorName string `json:"vendor_name" yaml:"vendor_name" mapstructure:"vendor_name"`
ModelName string `json:"model_name" yaml:"model_name" mapstructure:"model_name"`
}
NOTE(Hue): Returning an interface while not generally a good idea, but in this case,
it's a good idea because we can have multiple implementations of the LLM interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.