Alpha v0.0.1
Pre-release
Pre-release
KlaSim v0.0.1 is a small Django application for uploading exam and context files. Using the OpenAI API, simulated student responses are generated and subsequently made available as DOCX files. Installation and configuration instructions can be found in the README, including the required environment variables such as OPENAI_API_KEY and SESSION_LIFETIME_DAYS, as well as directions for starting the development server and optional deployment notes.
Release Highlights
- Upload exam and context files (supported formats: DOCX, PDF, CSV, and TXT).
- Generate multiple responses at three performance levels (low, medium, high) using the OpenAI API.
- Manage data via sessions, including a cleanup command
clean_sessions. - Simple web interface for file management and starting the AI simulation.
- Deployment instructions (e.g., Procfile for Heroku) and handling of static files.