barunsaha commited on
Commit
fd50de9
1 Parent(s): 008172e

Update known issues

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -19,7 +19,7 @@ Describe your topic and let SlideDeck AI generate a PowerPoint slide deck for yo
19
  SlideDeck AI is powered by [Mistral 7B Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
20
  Originally, it was built using the Llama 2 API provided by Clarifai.
21
 
22
- *Update*: Legacy SlideDeck AI allowed one-shot generation of a slide deck based on the inputs.
23
  In contrast, SlideDeck AI *Reloaded* enables an iterative workflow with a conversational interface,
24
  where you can create and improve the presentation.
25
 
@@ -33,7 +33,7 @@ The output is generated as structured JSON data based on a pre-defined schema.
33
  2. Subsequently, it uses the `python-pptx` library to generate the slides,
34
  based on the JSON data from the previous step.
35
  A user can choose from a set of three pre-defined presentation templates.
36
- 3. At this stage onward, a user can provide additional instructions to refine the content.
37
  For example, one can ask to add another slide or modify an existing slide.
38
  A history of instructions is maintained.
39
  4. Every time SlideDeck AI generates a PowerPoint presentation, a download button is provided.
@@ -42,9 +42,6 @@ Clicking on the button will download the file.
42
 
43
  # Known Issues
44
 
45
- - **Incorrect JSON**: Sometimes the JSON generated could be syntactically incorrect.
46
- You can try asking SlideDeck AI to regenerate the content and fix the JSON syntax error.
47
- This, however, is not guaranteed to work. The alternative is to reload the website and try again.
48
  - **Connection timeout**: Requests sent to the Hugging Face Inference endpoint might time out.
49
  A maximum of five retries are attempted. If it still does not work, wait for a while and try again.
50
 
 
19
  SlideDeck AI is powered by [Mistral 7B Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
20
  Originally, it was built using the Llama 2 API provided by Clarifai.
21
 
22
+ *Update (v4.0)*: Legacy SlideDeck AI allowed one-shot generation of a slide deck based on the inputs.
23
  In contrast, SlideDeck AI *Reloaded* enables an iterative workflow with a conversational interface,
24
  where you can create and improve the presentation.
25
 
 
33
  2. Subsequently, it uses the `python-pptx` library to generate the slides,
34
  based on the JSON data from the previous step.
35
  A user can choose from a set of three pre-defined presentation templates.
36
+ 3. At this stage onward, a user can provide additional instructions to *refine* the content.
37
  For example, one can ask to add another slide or modify an existing slide.
38
  A history of instructions is maintained.
39
  4. Every time SlideDeck AI generates a PowerPoint presentation, a download button is provided.
 
42
 
43
  # Known Issues
44
 
 
 
 
45
  - **Connection timeout**: Requests sent to the Hugging Face Inference endpoint might time out.
46
  A maximum of five retries are attempted. If it still does not work, wait for a while and try again.
47