Module functions.aioli.translation_check

Functions

def call_gpt(client: openai.OpenAI, df_translation: pandas.core.frame.DataFrame, main_language: str, comparison_language: str, gpt_model='gpt-4-1106-preview')
def check_translation(filepath_translation_file, main_language, comparison_language)
def create_prompt(main_language, main_language_text, comparison_language, comparison_language_text)