kspchary commited on
Commit
b95fdfa
·
verified ·
1 Parent(s): 28dbdf6

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +25 -10
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM node:20
2
 
3
  WORKDIR /app
4
 
README.md CHANGED
@@ -1,10 +1,25 @@
1
- ---
2
- title: Vibe Coding Backend
3
- emoji: 💻
4
- colorFrom: purple
5
- colorTo: purple
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: Davii ai Backend
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ ---
10
+
11
+ # Davii ai Scalable LLM Backend
12
+
13
+ This is the backend for the Davii ai assistant, designed for high-capacity streaming chat and image generation.
14
+
15
+ ## Deployment Details
16
+
17
+ - **SDK**: Docker
18
+ - **Port**: 7860
19
+ - **Base Image**: node:20
20
+
21
+ ## Environment Variables
22
+
23
+ Make sure to set the following secret in your Hugging Face Space settings:
24
+
25
+ - `HF_TOKEN`: Your Hugging Face API token.