Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ Here are some example responses:
|
|
41 |
}
|
42 |
|
43 |
model = genai.GenerativeModel(
|
44 |
-
model_name="gemini-1.5-flash
|
45 |
generation_config=generation_config,
|
46 |
safety_settings={
|
47 |
HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT: HarmBlockThreshold.BLOCK_NONE,
|
|
|
41 |
}
|
42 |
|
43 |
model = genai.GenerativeModel(
|
44 |
+
model_name="gemini-1.5-flash",
|
45 |
generation_config=generation_config,
|
46 |
safety_settings={
|
47 |
HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT: HarmBlockThreshold.BLOCK_NONE,
|