Spaces:
Running
Running
Add contributor & update LLM provider count
Browse files- README.md +10 -1
- global_config.py +1 -1
README.md
CHANGED
@@ -40,7 +40,7 @@ Clicking on the button will download the file.
|
|
40 |
|
41 |
# Summary of the LLMs
|
42 |
|
43 |
-
SlideDeck AI allows the use of different LLMs from
|
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 +124,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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
# Summary of the LLMs
|
42 |
|
43 |
+
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.
|
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 |
# 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.
|
127 |
+
|
128 |
+
|
129 |
+
# Contributors
|
130 |
+
|
131 |
+
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!
|
132 |
+
|
133 |
+
[](#contributors)
|
134 |
+
|
135 |
+
|
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
|
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.'
|