Refactored grading summary to fit previous existing files.

This commit is contained in:
Cristiano Ferreira
2024-01-07 19:36:57 +00:00
parent 046606a8ec
commit 75df686cd1
4 changed files with 84 additions and 91 deletions

3
app.py
View File

@@ -10,8 +10,7 @@ from helper.firebase_helper import *
from helper.heygen_api import create_videos_and_save_to_db
from helper.speech_to_text_helper import *
from helper.token_counter import count_tokens
from helper.openai_interface import make_openai_call, make_openai_instruct_call
from grading_summary.grading_summary import calculate_grading_summary
from helper.openai_interface import *
import os
import re
import logging