Ungerfall / ekids-chatbot

Apache License 2.0
0 stars 0 forks source link

Feature/homework checker #17

Closed braidsencurls closed 10 months ago

braidsencurls commented 11 months ago

Homework checker feature

  1. Polls sb3 files from specific directory
  2. Extracts project.json from sb3 files
  3. Query homework data from database using the homework code from the sb3 filename pattern
  4. Prepare message to be sent to OpenAI's ChatCompletion (trim project.json, append the criteria, etc)
  5. Send message to OpenAI's ChatCompletion API to evaluate the homework given the criteria retrieved from the database
  6. Collect Results from ChatCompletion API and save to database
Ungerfall commented 10 months ago

9