feat: update openai

This commit is contained in:
max_richter 2024-06-21 11:40:48 +02:00
parent 9fc57d45b5
commit 13d23d4f80

View File

@ -1,4 +1,4 @@
import { OpenAI } from "https://deno.land/x/openai@1.4.2/mod.ts";
import OpenAI from "https://deno.land/x/openai@v4.52.0/mod.ts";
import { OPENAI_API_KEY } from "@lib/env.ts";
import { cacheFunction } from "@lib/cache/cache.ts";
import { hashString } from "@lib/helpers.ts";