We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114784e commit 823a279Copy full SHA for 823a279
daras_ai_v2/text_splitter.py
@@ -51,6 +51,7 @@ def default_length_function(text: str, model: str = "gpt-4") -> int:
51
"claude-",
52
"google/",
53
"aisingapore/",
54
+ "swiss-ai/",
55
]
56
):
57
model = "gpt-4o"
0 commit comments