Skip to content

Commit 398f6d2

Browse files
docs: clarify modelname matching
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 6805040 commit 398f6d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

wdoc/docs/USAGE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,11 @@
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

0 commit comments

Comments
 (0)