barunsaha commited on
Commit
f4faf43
1 Parent(s): 223053f

Update instructions on the offline mode

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -84,6 +84,8 @@ The `.env` file should be created inside the `slide-deck-ai` directory.
84
 
85
  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.
86
 
 
 
87
  Finally, the focus is on using offline LLMs, not going completely offline. So, Internet connectivity would still be required to fetch the images from Pexels.
88
 
89
 
 
84
 
85
  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.
86
 
87
+ The online and offline modes are mutually exclusive. So, setting `RUN_IN_OFFLINE_MODE` to `False` will make SlideDeck AI use the online LLMs (i.e., the "original mode."). By default, `RUN_IN_OFFLINE_MODE` is set to `False`.
88
+
89
  Finally, the focus is on using offline LLMs, not going completely offline. So, Internet connectivity would still be required to fetch the images from Pexels.
90
 
91