Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Filipów committed Apr 11, 2024
1 parent 3aecdf7 commit b6c3745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chat/upload-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import formidable from 'formidable';
import fs from 'node:fs/promises';
import { fileReader } from '../util/fileReader.js';
import { IDENTITY_HEADER } from './index.js';
import { addMessages, getMessages } from '../util/messageStore.js';
import { ChatCompletionMessageParam } from 'openai/resources/index.js';
import { addMessages } from '../util/messageStore.js';


const fileUpload = async (request: any, response: any) => {
Expand Down

0 comments on commit b6c3745

Please sign in to comment.