Nechba commited on
Commit
b516230
·
verified ·
1 Parent(s): 5c1e4b6

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -1,6 +1,6 @@
1
  import google.generativeai as genai
2
  import os
3
- os.getenv
4
  genai.configure(api_key=os.getenv("gemini_token")
5
  def call_ai_api(prompt):
6
  # Set up the model
 
1
  import google.generativeai as genai
2
  import os
3
+
4
  genai.configure(api_key=os.getenv("gemini_token")
5
  def call_ai_api(prompt):
6
  # Set up the model