Spaces:
Sleeping
Sleeping
Update features/insight_and_tasks/agents/task_extraction_model.py
Browse files
features/insight_and_tasks/agents/task_extraction_model.py
CHANGED
@@ -116,7 +116,7 @@ TEXT TO ANALYZE:
|
|
116 |
"""
|
117 |
|
118 |
try:
|
119 |
-
response = models.generate_content(
|
120 |
model='gemini-2.0-flash', # As per user's example
|
121 |
contents=prompt,
|
122 |
config={
|
|
|
116 |
"""
|
117 |
|
118 |
try:
|
119 |
+
response = client.models.generate_content(
|
120 |
model='gemini-2.0-flash', # As per user's example
|
121 |
contents=prompt,
|
122 |
config={
|