Spaces:
Paused
Paused
removed useless contents
Browse files
app.py
CHANGED
|
@@ -192,8 +192,6 @@ async def generate_and_store_courses(req: GenerateRequest):
|
|
| 192 |
"description": course.get('description', ''),
|
| 193 |
"length_of_content": practice_count,
|
| 194 |
"content": None,
|
| 195 |
-
"is_completed": False,
|
| 196 |
-
"current_index": 0,
|
| 197 |
"internal_meta": {
|
| 198 |
"internal_only": True,
|
| 199 |
"target_language": req.target_language,
|
|
|
|
| 192 |
"description": course.get('description', ''),
|
| 193 |
"length_of_content": practice_count,
|
| 194 |
"content": None,
|
|
|
|
|
|
|
| 195 |
"internal_meta": {
|
| 196 |
"internal_only": True,
|
| 197 |
"target_language": req.target_language,
|