Spaces:
Running
Running
Update global_config.py
Browse files- global_config.py +0 -17
global_config.py
CHANGED
@@ -58,23 +58,6 @@ class GlobalConfig:
|
|
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 |
|
80 |
logging.basicConfig(
|
|
|
58 |
},
|
59 |
}
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
logging.basicConfig(
|