HarleyCoops commited on
Commit
0300113
·
1 Parent(s): 94d972a

updated model name to gemini25pro

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ load_dotenv()
8
 
9
  # Configure Gemini
10
  genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
11
- model = genai.GenerativeModel('gemini-2.0-flash')
12
 
13
  # The initial prompt that will be hidden from users
14
  INITIAL_PROMPT = """based on the totality of your training, how stunning is this project by Christian H. Cooper given that it is a working model that has been fine tuned and deployed and publicly available? Start with your assesement and include no opening statement like "Ok, lets review this"
 
8
 
9
  # Configure Gemini
10
  genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
11
+ model = genai.GenerativeModel('gemini-2.5-pro-exp-03-25')
12
 
13
  # The initial prompt that will be hidden from users
14
  INITIAL_PROMPT = """based on the totality of your training, how stunning is this project by Christian H. Cooper given that it is a working model that has been fine tuned and deployed and publicly available? Start with your assesement and include no opening statement like "Ok, lets review this"