Skip to content

Commit

Permalink
Update ldai/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Casey Waldren <[email protected]>
  • Loading branch information
keelerm84 and cwaldren-ld authored Dec 9, 2024
1 parent 4515023 commit d141cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldai/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (cb *ConfigBuilder) Disable() *ConfigBuilder {
return cb.WithEnabled(false)
}

// WithModelName sets the model Name associated with the config.
// WithModelName sets the model name associated with the config.
func (cb *ConfigBuilder) WithModelName(modelName string) *ConfigBuilder {
cb.modelName = modelName
return cb
Expand Down

0 comments on commit d141cac

Please sign in to comment.