We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6805040 commit 398f6d2Copy full SHA for 398f6d2
1 file changed
wdoc/docs/USAGE.md
@@ -631,8 +631,11 @@
631
* `crash`: crash if a typechecking fails in any function.
632
633
* `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`.
+ * If "false": will try to infer the model name based on a more human readable string.
+ 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`.
639
640
* `WDOC_ALLOW_NO_PRICE`
641
* if "true", won't crash if no price was found for the given
0 commit comments