We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30f5593 + b0796da commit 7251d05Copy full SHA for 7251d05
tests/gptscript.test.ts
@@ -52,7 +52,7 @@ describe("gptscript module", () => {
52
expect(model.startsWith("claude-3-")).toBe(true)
53
expect(model.endsWith("from github.com/gptscript-ai/claude3-anthropic-provider")).toBe(true)
54
}
55
- }, 15000)
+ }, 60000)
56
57
test("listModels with default provider returns a list of models from that provider", async () => {
58
if (!process.env.ANTHROPIC_API_KEY) {
0 commit comments