strings.py 179 Bytes
Newer Older
AllentDan's avatar
AllentDan committed
1
2
3
4
5
6
# flake8: noqa
TITLE = 'LLMDeploy Playground'

ABSTRACT = """
Thanks to [LLM-As-Chatbot](https://github.com/deep-diver/LLM-As-Chatbot), this application was modified from it.
"""