Removed unused interface.

This commit is contained in:
May Tusek 2023-04-15 11:04:37 -07:00
parent 620aa0f468
commit 1098fd000e

View File

@ -27,11 +27,6 @@ export interface Summary {
characters: Character[];
}
interface CompletionObject {
role: string;
content: string;
}
export const createPlot = async (dirName: string): Promise<Plot> => {
const pg = new PlotGenerator({ flipGenders: false });
const plot = pg.generate();