chat-ui / .env.example
Adrien Denat
rename .env to .env.example so we avoid dangerous gitable .env
f953cbd
raw history blame
No virus
771 Bytes
PUBLIC_HF_TOKEN=
PUBLIC_ENDPOINT=https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-1-pythia-12b
PUBLIC_MODEL_NAME=OpenAssistant/oasst-sft-1-pythia-12b
PUBLIC_MODEL_TAGLINE=This is the first iteration English supervised-fine-tuning (SFT) model of the <a class="underline" href="https://github.com/LAION-AI/Open-Assistant">Open-Assistant</a> project. It is based on a Pythia 12B that was fine-tuned on ~22k human demonstrations of assistant conversations collected through the <a class="underline" href="https://open-assistant.io/">https://open-assistant.io/</a> human feedback web app before March 7, 2023.
PUBLIC_DISABLE_INTRO_TILES=true
PUBLIC_USER_MESSAGE_TOKEN=<|prompter|>
PUBLIC_ASSISTANT_MESSAGE_TOKEN=<|assistant|>
PUBLIC_SEP_TOKEN=<|endoftext|>