Spaces:
Sleeping
Sleeping
diabolic6045
commited on
Update api/app.py
Browse files- api/app.py +1 -1
api/app.py
CHANGED
@@ -15,7 +15,7 @@ generation_config = {
|
|
15 |
}
|
16 |
|
17 |
model = genai.GenerativeModel(
|
18 |
-
model_name="gemini-1.5-flash
|
19 |
generation_config=generation_config,
|
20 |
system_instruction="You are a master storyteller who creates engaging, creative stories in any genre."
|
21 |
)
|
|
|
15 |
}
|
16 |
|
17 |
model = genai.GenerativeModel(
|
18 |
+
model_name="gemini-1.5-flash",
|
19 |
generation_config=generation_config,
|
20 |
system_instruction="You are a master storyteller who creates engaging, creative stories in any genre."
|
21 |
)
|