Open Issues Need Help
View All on GitHubAI Summary: Integrate a PDF parser and a 7B parameter language model into a Flask backend and React frontend application. This involves updating the backend to use the new model, modifying the frontend to call the updated backend for profile setup and answer generation, and implementing rate limiting for the PDF parser to control OpenAI costs.
AI Summary: Improve the user interface (UI) of profile setting pages by adding X padding to form placeholders and setting a maximum height for edit and remove buttons using CSS.
AI Summary: Implement a PDF parser in TypeScript to extract text from uploaded PDF files. The parser should handle various formats and layouts, integrate with an existing profile enhancement workflow, and include robust error handling for corrupted files. The existing `parsePdfText(file: File): Promise<string>` function interface must be maintained.
AI Summary: Add comprehensive unit tests to cover Firebase service functions, profile enhancement logic, question generation algorithms, and answer library filtering/search. The goal is to achieve greater than 80% code coverage.