Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.env 1.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. # Use .env.local to change these variables, or directly change your env
  2. # DO NOT EDIT THIS FILE WITH SENSITIVE DATA
  3. MONGODB_URL=#your mongodb URL here
  4. MONGODB_DB_NAME=chat-ui
  5. HF_TOKEN=#your huggingface token here
  6. SHARE_BASE_URL=#https://hf.co/chat
  7. COOKIE_NAME=hf-chat
  8. MODEL_ENDPOINT=https://api-inference.huggingface.co/models/OpenAssistant/oasst-sft-1-pythia-12b
  9. PUBLIC_MODEL_NAME=OpenAssistant/oasst-sft-1-pythia-12b
  10. 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.
  11. PUBLIC_DISABLE_INTRO_TILES=false
  12. PUBLIC_USER_MESSAGE_TOKEN=<|prompter|>
  13. PUBLIC_ASSISTANT_MESSAGE_TOKEN=<|assistant|>
  14. PUBLIC_SEP_TOKEN=<|endoftext|>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...