yoursdvniel commited on
Commit
1e67714
·
verified ·
1 Parent(s): 2da388f

Update openai_client.py

Browse files
Files changed (1) hide show
  1. openai_client.py +2 -1
openai_client.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
- from google import genai
 
3
 
4
  # Initialize Gemini client using the correct environment variable
5
  api_key = os.getenv("GEMINI_API_KEY")
 
1
  import os
2
+ import google.generativeai as genai
3
+
4
 
5
  # Initialize Gemini client using the correct environment variable
6
  api_key = os.getenv("GEMINI_API_KEY")