pangxiang commited on
Commit
bf9e89c
·
1 Parent(s): 2d90e66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - fka/awesome-chatgpt-prompts
5
+ language:
6
+ - aa
7
+ metrics:
8
+ - accuracy
9
+ library_name: adapter-transformers
10
+ pipeline_tag: question-answering
11
+ tags:
12
+ - code
13
  ---
14
+ HOST=https://console.anthropic.com
15
+ PORT=7860
16
+ ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
17
+ ANTHROPIC_API_KEY=user_provided
18
+ OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-16k,gpt-3.5-turbo-0301,llama-2-70b-chat
19
+ CHATGPT_TOKEN=user_provided
20
+ OPENAI_API_KEY=user_provided
21
+ OPENAI_REVERSE_PROXY=https://ai.fakeopen.com/v1/chat/completions
22
+ BINGAI_TOKEN=user_provided
23
+ PALM_KEY=user_provided
24
+ ALLOW_REGISTRATION=true
25
+ ALLOW_SOCIAL_LOGIN=true
26
+ ALLOW_SOCIAL_REGISTRATION=true
27
+ MONGO_URI=user_provided
28
+ CREDS_KEY=
29
+ CREDS_IV=
30
+ JWT_SECRET=
31
+ JWT_REFRESH_SECRET=abcd437523
32
+ SESSION_EXPIRY=(1000 * 60 * 60 * 24) * 7
33
+ DOMAIN_CLIENT=https://huggingface.co/spaces/laogou717/laogouchat
34
+ DOMAIN_SERVER=https://huggingface.co/spaces/laogou717/laogouchat
35
+ APP_TITLE=QW
36
+