Spaces:
Sleeping
Sleeping
Update openai_client.py
Browse files- openai_client.py +2 -1
openai_client.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
-
|
|
|
|
| 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")
|