barunsaha commited on
Commit
60e01f4
2 Parent(s): 1697fb3 de55c8d

Merge pull request #56 from barun-saha/visual

Browse files

Update usage instructions and copyright notice

Files changed (1) hide show
  1. global_config.py +6 -3
global_config.py CHANGED
@@ -78,7 +78,8 @@ class GlobalConfig:
78
  ' You can also ask it to refine any particular slide, e.g.:\n'
79
  '- Make the slide with title \'Examples of AI\' a bit more descriptive.'
80
  '\n\n'
81
- 'See this [demo video](https://youtu.be/QvAKzNKtk9k) for a brief walkthrough.\n\n'
 
82
  'Currently, two LLMs are supported. **Mistral 7B Instruct v0.2** is fast and generates'
83
  ' shorter outputs. On the other hand, **Mistral Nemo Instruct 2407** usually generates'
84
  ' longer outputs but can also be slower. If one is not available, choose the other from'
@@ -87,12 +88,14 @@ class GlobalConfig:
87
  ' to the slides. Photos are added probabilistically; transparency needs to be changed'
88
  ' manually, if required.\n\n'
89
  '[SlideDeck AI](https://github.com/barun-saha/slide-deck-ai) is an Open-Source project,'
90
- ' released under [MIT license](https://github.com/barun-saha/slide-deck-ai?tab=MIT-1-ov-file#readme).'
 
91
  ' It is is powered by'
92
  ' [Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407)'
93
  ' and [Mistral 7B v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).\n\n'
94
  '---\n\n'
95
- '© Copyright 2023-2024 Barun Saha. All rights reserved.'
 
96
  )
97
 
98
 
 
78
  ' You can also ask it to refine any particular slide, e.g.:\n'
79
  '- Make the slide with title \'Examples of AI\' a bit more descriptive.'
80
  '\n\n'
81
+ 'Finally, click on the download button to download the slide deck.'
82
+ ' See this [demo video](https://youtu.be/QvAKzNKtk9k) for a brief walkthrough.\n\n'
83
  'Currently, two LLMs are supported. **Mistral 7B Instruct v0.2** is fast and generates'
84
  ' shorter outputs. On the other hand, **Mistral Nemo Instruct 2407** usually generates'
85
  ' longer outputs but can also be slower. If one is not available, choose the other from'
 
88
  ' to the slides. Photos are added probabilistically; transparency needs to be changed'
89
  ' manually, if required.\n\n'
90
  '[SlideDeck AI](https://github.com/barun-saha/slide-deck-ai) is an Open-Source project,'
91
+ ' released under the'
92
+ ' [MIT license](https://github.com/barun-saha/slide-deck-ai?tab=MIT-1-ov-file#readme).'
93
  ' It is is powered by'
94
  ' [Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407)'
95
  ' and [Mistral 7B v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).\n\n'
96
  '---\n\n'
97
+ '© Copyright 2023-2024 Barun Saha.\n\n'
98
+ 'Usage governed by the terms of the MIT license.'
99
  )
100
 
101