aakashroy commited on
Commit
1d6151d
1 Parent(s): 233d2a9

fix: Update .env HF_Token Comment (#935)

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -6,7 +6,7 @@ MONGODB_DB_NAME=chat-ui
6
  MONGODB_DIRECT_CONNECTION=false
7
 
8
  COOKIE_NAME=hf-chat
9
- HF_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
10
  HF_API_ROOT=https://api-inference.huggingface.co/models
11
  OPENAI_API_KEY=#your openai api key here
12
  ANTHROPIC_API_KEY=#your anthropic api key here
 
6
  MONGODB_DIRECT_CONNECTION=false
7
 
8
  COOKIE_NAME=hf-chat
9
+ HF_TOKEN=#hf_<token> from https://huggingface.co/settings/token
10
  HF_API_ROOT=https://api-inference.huggingface.co/models
11
  OPENAI_API_KEY=#your openai api key here
12
  ANTHROPIC_API_KEY=#your anthropic api key here