mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 21:37:21 +00:00
6 lines
172 B
Go
6 lines
172 B
Go
|
|
package reasoning
|
||
|
|
|
||
|
|
type Config struct {
|
||
|
|
DisableReasoningTagPrefill *bool `yaml:"disable_reasoning_tag_prefill,omitempty" json:"disable_reasoning_tag_prefill,omitempty"`
|
||
|
|
}
|