Skip to content

Commit

Permalink
Forgot to uncomment Azure tests (I still don't have an API key to tes…
Browse files Browse the repository at this point in the history
…t with)
  • Loading branch information
ayaviri committed May 8, 2024
1 parent ec3eba6 commit 4ae08c5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions public-packages/llm-client/tests/azure.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// import { createTestCase } from "./lib"
// import { createLLMClient } from "@/index"
//
// const azureClient = createLLMClient({
// provider: "azure",
// logLevel: "error"
// })
//
// for await (const model of ["gpt-35-turbo"] as const) {
// await createTestCase(model)
// }
import { createTestCase } from "./lib"
import { createLLMClient } from "@/index"

const azureClient = createLLMClient({
provider: "azure",
logLevel: "error"
})

for await (const model of ["gpt-35-turbo"] as const) {
await createTestCase(model)
}

0 comments on commit 4ae08c5

Please sign in to comment.