Kiki0203 commited on
Commit
38aa8e7
·
verified ·
1 Parent(s): 5d04006

Update tutor.py

Browse files
Files changed (1) hide show
  1. tutor.py +1 -0
tutor.py CHANGED
@@ -3,6 +3,7 @@ tutor.py
3
  AI Tutor chat powered by Groq. Maintains conversation history per session.
4
  """
5
  from groq import Groq
 
6
 
7
  GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
8
 
 
3
  AI Tutor chat powered by Groq. Maintains conversation history per session.
4
  """
5
  from groq import Groq
6
+ import os
7
 
8
  GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
9