Gdudjdhq9shdy7whsy7 commited on
Commit
12d4d06
·
verified ·
1 Parent(s): c51d2ab

Upload 3 files

Browse files
Files changed (3) hide show
  1. Dockerfile +14 -0
  2. README.md +6 -6
  3. env +36 -0
Dockerfile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM node:18-bullseye-slim
2
+ RUN apt-get update && \
3
+ apt-get install -y git
4
+ RUN git clone https://gitlab.com/asfsfef/gkjlhnaqw3lif8.git /app
5
+ WORKDIR /app
6
+ RUN chown -R 1000:1000 /app
7
+ USER 1000
8
+ RUN npm install
9
+ COPY Dockerfile greeting.md* .env* ./
10
+ RUN npm run build
11
+ EXPOSE 7860
12
+ ENV NODE_ENV=production
13
+ ENV NODE_OPTIONS="--max-old-space-size=12882"
14
+ CMD [ "npm", "start" ]
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- title: Rsey4ewyr6dujd
3
- emoji: 🚀
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: MB
3
+ emoji: 🏃
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: docker
7
+ pinned: true
8
  ---
9
 
10
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
env ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copy this file to .env and fill in the values you wish to change. Most already
2
+ # have sensible defaults. See config.ts for more details.
3
+ # TRUSTED_PROXIES=3
4
+ # SERVICE_INFO_PASSWORD=sdf123
5
+ # ALLOW_IMAGE_PROMPTS=true
6
+ PROMPT_LOGGING_BACKEND=google_sheets
7
+ PROXY_ENDPOINT_ROUTE=/yjtyjkgd
8
+ SHOW_TOKEN_COSTS=true
9
+ PORT=7860
10
+ SERVER_TITLE=Black Market
11
+ # MODEL_RATE_LIMIT=3
12
+ TEXT_MODEL_RATE_LIMIT=10
13
+ IMAGE_MODEL_RATE_LIMIT=3
14
+ MAX_OUTPUT_TOKENS_OPENAI=32768
15
+ MAX_CONTEXT_TOKENS_OPENAI=64000
16
+ MAX_OUTPUT_TOKENS_ANTHROPIC=3000
17
+ MAX_CONTEXT_TOKENS_ANTHROPIC=64000
18
+ LOG_LEVEL=debug
19
+ REJECT_DISALLOWED=false
20
+ REJECT_MESSAGE="123123"
21
+ CHECK_KEYS=true
22
+ QUOTA_DISPLAY_MODE=full
23
+ QUEUE_MODE=fair
24
+ # BLOCKED_ORIGINS=reddit.com,9gag.com
25
+ # BLOCK_MESSAGE="You must be over the age of majority in your country to use this service."
26
+ # BLOCK_REDIRECT="https://roblox.com/"
27
+
28
+ # Optional settings for user management. See docs/user-management.md.
29
+ GATEKEEPER=proxy_key
30
+ # GATEKEEPER_STORE=memory
31
+ # MAX_IPS_PER_USER=1
32
+ ALLOW_AWS_LOGGING=true
33
+ # Optional settings for prompt logging. See docs/logging-sheets.md.
34
+ PROMPT_LOGGING=false
35
+
36
+ ALLOWED_MODEL_FAMILIES=aws-mistral-tiny,aws-mistral-small,aws-mistral-medium,aws-mistral-large,o1-mini,azure-o1-mini,azure-o1,o1,dall-e,turbo,gpt4,gpt4-32k,gpt4-turbo,gpt4o,claude,claude-opus,gemini-flash,gemini-pro,gemini-ultra,mistral-tiny,mistral-small,mistral-medium,mistral-large,aws-claude,aws-claude-opus,gcp-claude,gcp-claude-opus,azure-turbo,azure-gpt4,azure-gpt4-32k,azure-gpt4-turbo,azure-gpt4o