first commit
This commit is contained in:
8
framework/config.go
Normal file
8
framework/config.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package framework
|
||||
|
||||
import "github.com/maximhq/bifrost/framework/modelcatalog"
|
||||
|
||||
// FrameworkConfig represents the configuration for the framework.
|
||||
type FrameworkConfig struct {
|
||||
Pricing *modelcatalog.Config `json:"pricing,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user