Skip to content

Commit

Permalink
Remove Message as unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuma committed May 25, 2024
1 parent b5afc40 commit c6445b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/chat/route.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Message, StreamingTextResponse } from 'ai';
import { StreamingTextResponse } from 'ai';
import { Pinecone } from "@pinecone-database/pinecone";
import { OpenAIEmbeddings } from "@langchain/openai";
import { BytesOutputParser } from "@langchain/core/output_parsers";
Expand Down

0 comments on commit c6445b3

Please sign in to comment.