Nechba commited on
Commit
b20cc25
·
verified ·
1 Parent(s): c501407

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
 
3
- genai.configure(api_key="AIzaSyCdIOCNM7NmCeu5TS30TxZx6ldN4gSDoTI")
4
  def call_ai_api(prompt):
5
  # Set up the model
6
  generation_config = {
 
1
  import google.generativeai as genai
2
 
3
+ genai.configure(api_key="AIzaSyDG9tmz777XyOgljklWQXFeV98pbG3E3_U")
4
  def call_ai_api(prompt):
5
  # Set up the model
6
  generation_config = {