fixing stuff
Some checks failed
Mindforge Web Build and Deploy (internal) / Build Mindforge Web Image (push) Failing after 1m57s
Mindforge Web Build and Deploy (internal) / Deploy Mindforge Web (internal) (push) Has been skipped
Mindforge API Build and Deploy / Build Mindforge API Image (push) Successful in 2m11s
Mindforge API Build and Deploy / Deploy Mindforge API (internal) (push) Successful in 8s

This commit is contained in:
2026-06-11 19:34:52 -03:00
parent 82dda0395d
commit b29ae991c8
8 changed files with 155 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ export interface CheckFileResponse {
result: string;
}
export type FlashcardDifficulty = 'Easy' | 'Hard';
export type FlashcardDifficulty = 'Easy' | 'Medium';
export interface GenerateFlashcardsRequest {
filePaths: string[];