fix(73): fix bug

This commit is contained in:
Hk-Gosuto
2023-12-01 17:47:58 +08:00
parent 73fd388007
commit a9f2a9d963
2 changed files with 5 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ import { NextRequest, NextResponse } from "next/server";
import { AgentApi, RequestBody, ResponseBody } from "../agentapi";
import { auth } from "@/app/api/auth";
import { EdgeTool } from "../../../../langchain-tools/edge_tools";
import { getServerSideConfig } from "@/app/config/server";
import { OpenAI } from "langchain/llms/openai";
import { OpenAIEmbeddings } from "langchain/embeddings/openai";