Skip to content

Commit a139371

Browse files
fix formatting that fails in VS (#7023)
1 parent 0d2fd60 commit a139371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.Tokenizers/Tokenizer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ private enum ModelEncoding
286286
private static readonly (string Prefix, ModelEncoding Encoding)[] _modelPrefixToEncoding =
287287
[
288288
// chat
289-
( "gpt-4-", ModelEncoding.Cl100kBase ), // e.g., gpt-4-0314, etc., plus gpt-4-32k
290-
( "gpt-3.5-turbo-", ModelEncoding.Cl100kBase ) // e.g, gpt-3.5-turbo-0301, -0401, etc.
289+
("gpt-4-", ModelEncoding.Cl100kBase), // e.g., gpt-4-0314, etc., plus gpt-4-32k
290+
("gpt-3.5-turbo-", ModelEncoding.Cl100kBase) // e.g, gpt-3.5-turbo-0301, -0401, etc.
291291
];
292292

293293
private static readonly Dictionary<string, ModelEncoding> _modelToEncoding =

0 commit comments

Comments
 (0)