File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 631631 * ` crash ` : crash if a typechecking fails in any function.
632632
633633* ` WDOC_NO_MODELNAME_MATCHING `
634- * If "true": will bypass the model name matching. Useful for exotic
635- or models that are fresh out of the oven, or bugs with backend parsing. Default is ` True ` .
634+ * If "false": will try to infer the model name based on a more human readable string.
635+ For example '4o' might be matched to 'openai/gpt-4o'. Useful for exotic
636+ or models that are fresh out of the oven, or bugs with backend parsing.
637+ As it can lead to issues it was decided to disable the matching by default, hence
638+ the default value is ` True ` .
636639
637640* ` WDOC_ALLOW_NO_PRICE `
638641 * if "true", won't crash if no price was found for the given
You can’t perform that action at this time.
0 commit comments