Modified prompt format. #1

Closed
cadey wants to merge 2 commits from queercat/modify-prompt into main
Showing only changes of commit 1098fd000e - Show all commits

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();