Spaces:
Sleeping
Sleeping
Update tutor.py
Browse files
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 |
|