Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 4, 2024
1 parent a602536 commit 4a8ffae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/example/src/content-generation.eval.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { openai } from "@ai-sdk/openai";
import { generateText } from "ai";
import { createScorer, evalite } from "evalite";
import { cacheModel } from "./cache-model";
import { openai } from "@ai-sdk/openai";
import { createStorage } from "unstorage";
import fsDriver from "unstorage/drivers/fs";
import { Humor } from "autoevals";
import { cacheModel } from "./cache-model";

const storage = createStorage({
driver: (fsDriver as any)({
Expand Down

0 comments on commit 4a8ffae

Please sign in to comment.