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 87b45de commit 0c76d29Copy full SHA for 0c76d29
packages/types/src/single-file-read-models.ts
@@ -10,5 +10,5 @@
10
* @returns true if the model should use single file reads
11
*/
12
export function shouldUseSingleFileRead(modelId: string): boolean {
13
- return modelId.includes("grok-code-fast-1")
+ return false
14
}
0 commit comments