Documentation
¶
Index ¶
- Variables
- func ParseDeepSeekV4ThinkingSuffix(modelName string) (baseModel string, thinkingType string, effort string, ok bool)
- func ParseOpenAIReasoningEffortFromModelSuffix(modelName string) (string, string)
- func TrimEffortSuffix(modelName string) (string, string, bool)
- func TrimEffortSuffixWithSuffixes(modelName string, suffixes []string) (string, string, bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var DeepSeekV4EffortSuffixes = []string{"-none", "-max"}
View Source
var EffortSuffixes = []string{"-max", "-xhigh", "-high", "-medium", "-low", "-minimal"}
View Source
var OpenAIEffortSuffixes = []string{"-high", "-minimal", "-low", "-medium", "-none", "-xhigh"}
Functions ¶
func ParseDeepSeekV4ThinkingSuffix ¶ added in v0.13.1
func ParseOpenAIReasoningEffortFromModelSuffix ¶ added in v0.13.1
func TrimEffortSuffix ¶
TrimEffortSuffix -> modelName level(low) exists
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.