ofermend commited on
Commit
534b221
1 Parent(s): 49fd407

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -46,7 +46,6 @@ def launch_bot():
46
  Rephrase the text to match the student's age, desired teaching style and language
47
  """
48
  llm = OpenAI(model="gpt-4o", temperature=0)
49
- print(f"DEBUG: Adjusting response to student age {age}, style {style} and language {language}")
50
  prompt = f'''
51
  The following is response the teacher is planning to provide to a student based on their question.
52
  Please adjust the response to match the student's age of {age}, the {style} teaching style.
 
46
  Rephrase the text to match the student's age, desired teaching style and language
47
  """
48
  llm = OpenAI(model="gpt-4o", temperature=0)
 
49
  prompt = f'''
50
  The following is response the teacher is planning to provide to a student based on their question.
51
  Please adjust the response to match the student's age of {age}, the {style} teaching style.