Skip to content

Commit

Permalink
feat: add boe flag on memori type
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Dec 8, 2023
1 parent f598400 commit 71fc3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export declare type Memori = {
disableR5Loop?: boolean;
ageRestriction?: number;
nsfw?: boolean;
enableBoardOfExperts?: boolean;
enableCompletions?: boolean;
completionDescription?: string;
completionProvider?: '-' | 'OpenAI';
Expand Down

0 comments on commit 71fc3fc

Please sign in to comment.