fix(fastapi): language issue in api
This commit is contained in:
parent
8ab8617696
commit
48f60d8422
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ async def generate_presentation_api(
|
|||
slide_layout = layout_model.slides[slide_layout_index]
|
||||
print(f"Generating content for slide {i} with layout {slide_layout.id}")
|
||||
slide_content = await get_slide_content_from_type_and_outline(
|
||||
slide_layout, outlines[i]
|
||||
slide_layout, outlines[i], language
|
||||
)
|
||||
slide = SlideModel(
|
||||
presentation=presentation_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue