Spaces:
Running
Running
Update chatbot_handler.py
Browse files- chatbot_handler.py +1 -1
chatbot_handler.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# chatbot_handler.py
|
2 |
import logging
|
3 |
import json
|
4 |
-
|
5 |
import os # For potential API key loading if Canvas injection fails for the library
|
6 |
|
7 |
# --- Gemini Configuration ---
|
|
|
1 |
# chatbot_handler.py
|
2 |
import logging
|
3 |
import json
|
4 |
+
from google import genai
|
5 |
import os # For potential API key loading if Canvas injection fails for the library
|
6 |
|
7 |
# --- Gemini Configuration ---
|