Skip to content

Release 4.0

Compare
Choose a tag to compare
@barun-saha barun-saha released this 26 Apr 04:25
· 290 commits to main since this release
1c7f397

The current release of SlideDeck AI introduces the following changes:

  • A chat interface to create a slide deck and iteratively refine it.
  • Move the PPT template selection into a side panel.
  • Two different prompts are used for initial content generation and subsequent refinement.
  • Include instructions in the prompt to make the LLM try to fix JSON errors. In addition, update usage instructions to allow users to try to do the same. However, these are not fool-proof and JSON parsing errors might still be encountered.
  • Retry HF Inference endpoint calls up to a fixed number of times in case the connection fails.