Spaces:
Running
Running
Update usage instructions
Browse files- global_config.py +4 -1
global_config.py
CHANGED
|
@@ -132,6 +132,9 @@ class GlobalConfig:
|
|
| 132 |
'\n\n'
|
| 133 |
'Finally, click on the download button at the bottom to download the slide deck.'
|
| 134 |
' See this [demo video](https://youtu.be/QvAKzNKtk9k) for a brief walkthrough.\n\n'
|
|
|
|
|
|
|
|
|
|
| 135 |
'Currently, eight *free-to-use* LLMs from four different providers are supported.'
|
| 136 |
' If one is not available, choose the other from the dropdown list. A [summary of'
|
| 137 |
' the supported LLMs]('
|
|
@@ -144,7 +147,7 @@ class GlobalConfig:
|
|
| 144 |
' released under the'
|
| 145 |
' [MIT license](https://github.com/barun-saha/slide-deck-ai?tab=MIT-1-ov-file#readme).'
|
| 146 |
'\n\n---\n\n'
|
| 147 |
-
'© Copyright 2023-
|
| 148 |
)
|
| 149 |
|
| 150 |
|
|
|
|
| 132 |
'\n\n'
|
| 133 |
'Finally, click on the download button at the bottom to download the slide deck.'
|
| 134 |
' See this [demo video](https://youtu.be/QvAKzNKtk9k) for a brief walkthrough.\n\n'
|
| 135 |
+
'Remember, the conversational interface is meant to (and will) update yor *initial*'
|
| 136 |
+
' slide deck. If you want to create a new slide deck on a different topic,'
|
| 137 |
+
' start a new chat session by reloading this page.\n\n'
|
| 138 |
'Currently, eight *free-to-use* LLMs from four different providers are supported.'
|
| 139 |
' If one is not available, choose the other from the dropdown list. A [summary of'
|
| 140 |
' the supported LLMs]('
|
|
|
|
| 147 |
' released under the'
|
| 148 |
' [MIT license](https://github.com/barun-saha/slide-deck-ai?tab=MIT-1-ov-file#readme).'
|
| 149 |
'\n\n---\n\n'
|
| 150 |
+
'© Copyright 2023-2025 Barun Saha.\n\n'
|
| 151 |
)
|
| 152 |
|
| 153 |
|