GuglielmoTor commited on
Commit
d37e828
·
verified ·
1 Parent(s): 092a033

Update chatbot_handler.py

Browse files
Files changed (1) hide show
  1. chatbot_handler.py +1 -1
chatbot_handler.py CHANGED
@@ -1,7 +1,7 @@
1
  # chatbot_handler.py
2
  import logging
3
  import json
4
- import google.generativeai as genai
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 ---