Skip to content

Commit

Permalink
Merge pull request #285 from appwrite/feat-anyscale
Browse files Browse the repository at this point in the history
Fix missing import for anyscale demo
  • Loading branch information
loks0n authored May 15, 2024
2 parents 3fffced + e3c14fb commit 21ae98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/chat-with-anyscale/src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getStaticFile } from "./utils.js";
import { getStaticFile, throwIfMissing } from "./utils.js";
import OpenAI from "openai";

export default async ({ req, res, error }) => {
Expand Down

0 comments on commit 21ae98b

Please sign in to comment.