PinkAlpaca commited on
Commit
47384ec
·
verified ·
1 Parent(s): b651d10

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,7 +15,7 @@ if not gemini_api_key:
15
  # Make sure to use a model you have access to
16
  generator: TextGenerationPipeline = pipeline(
17
  "text-generation",
18
- model="gemini-1.5-flash", # Replace if needed
19
  ) # IMPORTANT: **DO NOT** set `use_auth_token` here
20
 
21
  # Data model for the request body
 
15
  # Make sure to use a model you have access to
16
  generator: TextGenerationPipeline = pipeline(
17
  "text-generation",
18
+ model="google/gemma-2-2b-it", # Replace if needed
19
  ) # IMPORTANT: **DO NOT** set `use_auth_token` here
20
 
21
  # Data model for the request body