We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99836de commit 30f5593Copy full SHA for 30f5593
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)
56
57
test("listModels with default provider returns a list of models from that provider", async () => {
58
if (!process.env.ANTHROPIC_API_KEY) {
@@ -71,7 +71,7 @@ describe("gptscript module", () => {
71
} finally {
72
newg.close()
73
74
75
76
test("version returns a gptscript version", async () => {
77
// Similar structure to listTools
0 commit comments