Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ async def optimize_text(prompt: InputPrompt):
|
|
| 35 |
|
| 36 |
def gen(prompt):
|
| 37 |
response = client.models.generate_content(
|
| 38 |
-
model="gemini-flash-latest",
|
| 39 |
contents=prompt,
|
| 40 |
config=types.GenerateContentConfig(
|
| 41 |
system_instruction=System_instruction,
|
|
|
|
| 35 |
|
| 36 |
def gen(prompt):
|
| 37 |
response = client.models.generate_content(
|
| 38 |
+
model="gemini-flash-lite-latest",
|
| 39 |
contents=prompt,
|
| 40 |
config=types.GenerateContentConfig(
|
| 41 |
system_instruction=System_instruction,
|