Thanks to visit codestin.com Credit goes to github.com
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 3548170 commit 8ee26ffCopy full SHA for 8ee26ff
frontend/src/tests/qa.test.ts
@@ -23,7 +23,7 @@ describe("e2e tests", () => {
23
const models = DEBUG
24
? [
25
CodeGenerationModel.GPT_4O_2024_05_13,
26
- CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20,
+ // CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20,
27
]
28
: Object.values(CodeGenerationModel);
29
0 commit comments