Skip to content

Commit

Permalink
Merge pull request #83 from thedadams/list-model-timeout
Browse files Browse the repository at this point in the history
chore: bump list models timeout to allow for provider launch
  • Loading branch information
thedadams authored Aug 17, 2024
2 parents 30f5593 + b0796da commit 7251d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gptscript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("gptscript module", () => {
expect(model.startsWith("claude-3-")).toBe(true)
expect(model.endsWith("from github.com/gptscript-ai/claude3-anthropic-provider")).toBe(true)
}
}, 15000)
}, 60000)

test("listModels with default provider returns a list of models from that provider", async () => {
if (!process.env.ANTHROPIC_API_KEY) {
Expand Down

0 comments on commit 7251d05

Please sign in to comment.