Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ee26ff

Browse files
committed
disable model in qa test since we run both models at the moment
1 parent 3548170 commit 8ee26ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/tests/qa.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("e2e tests", () => {
2323
const models = DEBUG
2424
? [
2525
CodeGenerationModel.GPT_4O_2024_05_13,
26-
CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20,
26+
// CodeGenerationModel.CLAUDE_3_5_SONNET_2024_06_20,
2727
]
2828
: Object.values(CodeGenerationModel);
2929

0 commit comments

Comments
 (0)