Skip to content

Commit 0c76d29

Browse files
committed
fix grok-code-fast to be able to read parts of a file
1 parent 87b45de commit 0c76d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/single-file-read-models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
* @returns true if the model should use single file reads
1111
*/
1212
export function shouldUseSingleFileRead(modelId: string): boolean {
13-
return modelId.includes("grok-code-fast-1")
13+
return false
1414
}

0 commit comments

Comments
 (0)