Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed May 15, 2024
1 parent 23bd4ac commit e3c14fb
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 e3c14fb

Please sign in to comment.