Spaces:
Running
Running
Update global_config.py
Browse files- global_config.py +17 -1
global_config.py
CHANGED
@@ -58,7 +58,23 @@ class GlobalConfig:
|
|
58 |
},
|
59 |
}
|
60 |
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
logging.basicConfig(
|
64 |
level=GlobalConfig.LOG_LEVEL,
|
|
|
58 |
},
|
59 |
}
|
60 |
|
61 |
+
# This is a long text, so not incorporated as a string in `strings.json`
|
62 |
+
CHAT_USAGE_INSTRUCTIONS = (
|
63 |
+
'Briefly describe your topic of presentation in the textbox provided below.'
|
64 |
+
' For example:\n'
|
65 |
+
'- Make a slide deck on AI.'
|
66 |
+
'\n\n'
|
67 |
+
'Subsequently, you can add follow-up instructions, e.g.:\n'
|
68 |
+
'- Can you add a slide on GPUs?'
|
69 |
+
'\n\n'
|
70 |
+
' You can also ask it to refine any particular slide, e.g.:\n'
|
71 |
+
'- Make the slide with title \'Examples of AI\' a bit more descriptive.'
|
72 |
+
'\n\n'
|
73 |
+
'See this [demo video](https://youtu.be/QvAKzNKtk9k) for a brief walkthrough.\n\n'
|
74 |
+
' SlideDeck AI does not have access to the Web, apart for searching for images relevant'
|
75 |
+
' to the slides. Photos are added probabilistically; transparency needs to be changed'
|
76 |
+
' manually, if required.'
|
77 |
+
)
|
78 |
|
79 |
logging.basicConfig(
|
80 |
level=GlobalConfig.LOG_LEVEL,
|