barunsaha commited on
Commit
3d0d76e
·
1 Parent(s): 354c4c3

Add tip on git lfs for the template file

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -109,6 +109,8 @@ pip install -r requirements.txt
109
  streamlit run ./app.py # Run the application
110
  ```
111
 
 
 
112
  The `.env` file should be created inside the `slide-deck-ai` directory.
113
 
114
  The UI is similar to the online mode. However, rather than selecting an LLM from a list, one has to write the name of the Ollama model to be used in a textbox. There is no API key asked here.
 
109
  streamlit run ./app.py # Run the application
110
  ```
111
 
112
+ 💡If you have cloned the repository locally but cannot open and view the PPTX templates, you may need to run `git lfs pull` to download the template files. Without this, although content generation will work, the slide deck cannot be created.
113
+
114
  The `.env` file should be created inside the `slide-deck-ai` directory.
115
 
116
  The UI is similar to the online mode. However, rather than selecting an LLM from a list, one has to write the name of the Ollama model to be used in a textbox. There is no API key asked here.