barunsaha commited on
Commit
8982261
·
unverified ·
2 Parent(s): 33fa518 f7e7a26

Merge pull request #98 from barun-saha/visual

Browse files
Files changed (2) hide show
  1. README.md +12 -1
  2. global_config.py +1 -1
README.md CHANGED
@@ -37,10 +37,12 @@ A history of instructions is maintained.
37
  5. Every time SlideDeck AI generates a PowerPoint presentation, a download button is provided.
38
  Clicking on the button will download the file.
39
 
 
 
40
 
41
  # Summary of the LLMs
42
 
43
- SlideDeck AI allows the use of different LLMs from five online providers—Azure OpenAI, Hugging Face, Google, Cohere, and Together AI. The latter four service providers offer generous free usage of relevant LLMs without requiring any billing information.
44
 
45
  Based on several experiments, SlideDeck AI generally recommends the use of Mistral NeMo, Gemini Flash, and GPT-4o to generate the slide decks.
46
 
@@ -124,3 +126,12 @@ Finally, the focus is on using offline LLMs, not going completely offline. So, I
124
  # Award
125
 
126
  SlideDeck AI has won the 3rd Place in the [Llama 2 Hackathon with Clarifai](https://lablab.ai/event/llama-2-hackathon-with-clarifai) in 2023.
 
 
 
 
 
 
 
 
 
 
37
  5. Every time SlideDeck AI generates a PowerPoint presentation, a download button is provided.
38
  Clicking on the button will download the file.
39
 
40
+ In addition, SlideDeck AI can also create a presentation based on PDF files.
41
+
42
 
43
  # Summary of the LLMs
44
 
45
+ SlideDeck AI allows the use of different LLMs from six online providers—Azure OpenAI, Hugging Face, Google, Cohere, Together AI, and OpenRouter. Most of these service providers offer generous free usage of relevant LLMs without requiring any billing information.
46
 
47
  Based on several experiments, SlideDeck AI generally recommends the use of Mistral NeMo, Gemini Flash, and GPT-4o to generate the slide decks.
48
 
 
126
  # Award
127
 
128
  SlideDeck AI has won the 3rd Place in the [Llama 2 Hackathon with Clarifai](https://lablab.ai/event/llama-2-hackathon-with-clarifai) in 2023.
129
+
130
+
131
+ # Contributors
132
+
133
+ SlideDeck AI welcomes the very first community contribution from [Srinivasan Ragothaman](https://github.com/rsrini7), who added OpenRouter support and API keys mapping from the `.env` file. Thank you!
134
+
135
+ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
136
+
137
+
global_config.py CHANGED
@@ -167,7 +167,7 @@ class GlobalConfig:
167
  ' You do not need to upload the same file again to continue'
168
  ' the interaction and refining—the contents of the PDF file will be retained in the'
169
  ' same interactive session.'
170
- '\n\nCurrently, paid or *free-to-use* LLMs from five different providers are supported.'
171
  ' A [summary of the supported LLMs]('
172
  'https://github.com/barun-saha/slide-deck-ai/blob/main/README.md#summary-of-the-llms)'
173
  ' is available for reference. SlideDeck AI does **NOT** store your API keys.'
 
167
  ' You do not need to upload the same file again to continue'
168
  ' the interaction and refining—the contents of the PDF file will be retained in the'
169
  ' same interactive session.'
170
+ '\n\nCurrently, paid or *free-to-use* LLMs from six different providers are supported.'
171
  ' A [summary of the supported LLMs]('
172
  'https://github.com/barun-saha/slide-deck-ai/blob/main/README.md#summary-of-the-llms)'
173
  ' is available for reference. SlideDeck AI does **NOT** store your API keys.'