Spaces:
Build error
Build error
File size: 5,821 Bytes
13a1e24 da8a610 13a1e24 55951fe 13a1e24 55951fe 13a1e24 d4273dd 13a1e24 d4273dd 13a1e24 f1a164c c86b328 f1a164c c86b328 ecb9e15 c86b328 4d57869 d4273dd 13a1e24 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 |
# Use .env.local to change these variables
# DO NOT EDIT THIS FILE WITH SENSITIVE DATA
MONGODB_URL=${MONGODB_URL}
MONGODB_DB_NAME=chat-ui
MONGODB_DIRECT_CONNECTION=false
COOKIE_NAME=chat-ui
HF_ACCESS_TOKEN=#hf_<token> from from https://huggingface.co/settings/token
# used to activate search with web functionality. disabled if not defined
SERPAPI_KEY=#your serpapi key here
# Parameters to enable "Sign in with HF"
OPENID_CLIENT_ID=${OPENID_CLIENT_ID}
OPENID_CLIENT_SECRET=${OPENID_CLIENT_SECRET}
OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
MODELS=`[
{
"name": "TheBloke/notus-7B-v1-GGUF",
"id": "notus-7b-v1-gguf",
"websiteUrl": "https://huggingface.co/spaces/limcheekin/notus-7B-v1-GGUF",
"parameters": {
"temperature": 0.7,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 256,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-notus-7b-v1-gguf.hf.space/v1"
}]
},
{
"name": "TheBloke/zephyr-7B-beta-GGUF",
"id": "zephyr-7b-beta-gguf",
"websiteUrl": "https://huggingface.co/spaces/limcheekin/zephyr-7B-beta-GGUF",
"parameters": {
"temperature": 0.9,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 1024,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-zephyr-7b-beta-gguf.hf.space/v1"
}]
},
{
"name": "TheBloke/neural-chat-7B-v3-1-GGUF",
"id": "neural-chat-7b-v3-1-gguf",
"websiteUrl": "https://huggingface.co/spaces/limcheekin/neural-chat-7B-v3-1-GGUF",
"parameters": {
"temperature": 0.9,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 1024,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-neural-chat-7b-v3-1-gguf.hf.space/v1"
}]
},
{
"name": "TheBloke/openchat_3.5-GGUF",
"id": "openchat-3-5-gguf",
"websiteUrl": "https://huggingface.co/spaces/limcheekin/openchat_3.5-GGUF",
"parameters": {
"temperature": 0.5,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 1024,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-openchat-3-5-gguf.hf.space/v1"
}]
},
{
"name": "TheBloke/Starling-LM-7B-alpha-GGUF",
"id": "starling-lm-7b-alpha-gguf",
"websiteUrl": "https://huggingface.co/spaces/limcheekin/Starling-LM-7B-alpha-GGUF",
"parameters": {
"temperature": 0,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 1024,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-starling-lm-7b-alpha-gguf.hf.space/v1"
}]
},
{
"name": "mys/ggml_llava-v1.5-7b",
"id": "llava-1-5-7b-gguf",
"multimodal" : true,
"websiteUrl": "https://huggingface.co/spaces/limcheekin/llava-1.5-7b-GGUF",
"parameters": {
"temperature": 0.5,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 1024,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-llava-1-5-7b-gguf.hf.space/v1"
}]
},
{
"name": "mys/ggml_bakllava-1",
"id": "bakllava-1-gguf",
"multimodal" : true,
"websiteUrl": "https://huggingface.co/spaces/limcheekin/BakLLaVA-1-GGUF",
"parameters": {
"temperature": 0.5,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 1024,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-bakllava-1-gguf.hf.space/v1"
}]
},
{
"name": "TheBloke/rocket-3B-GGUF",
"id": "rocket-3b-gguf",
"websiteUrl": "https://huggingface.co/spaces/limcheekin/rocket-3B-GGUF",
"parameters": {
"temperature": 0.7,
"top_p": 0.95,
"repetition_penalty": 1.2,
"top_k": 50,
"truncate": 1000,
"max_new_tokens": 256,
"stop": [],
"stream": true
},
"endpoints": [{
"type" : "openai",
"baseURL": "https://limcheekin-rocket-3b-gguf.hf.space/v1"
}]
}
]`
OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
PUBLIC_ORIGIN=${SPACE_HOST}
PUBLIC_SHARE_PREFIX=${SPACE_HOST}/r
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
PUBLIC_ANNOUNCEMENT_BANNERS=`[
{
"title": "Chat UI is now open sourced on GitHub",
"linkTitle": "GitHub repo",
"linkHref": "https://github.com/huggingface/chat-ui"
}
]`
PARQUET_EXPORT_DATASET=
PARQUET_EXPORT_HF_TOKEN=
PARQUET_EXPORT_SECRET=
PUBLIC_APP_NAME=${APP_NAME} # name used as title throughout the app
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
PUBLIC_APP_COLOR=${APP_COLOR} # can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
PUBLIC_APP_DATA_SHARING=1 #set to 1 to enable disclaimers & options about data sharing
PUBLIC_APP_DATA_DISCLAIMER=1 #set to 1 to enable disclaimers about model outputs |