ateetvatan commited on
Commit
4ede07c
Β·
1 Parent(s): 73039d9

updated readme

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -1,33 +1,41 @@
1
  ---
2
  title: MASX OpenChat
3
- emoji: 🏹🏹🏹
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  app_file: app.py
9
- ---
 
10
  # MASX OpenChat LLM
11
 
12
  **A FastAPI service that brings the OpenChat-3.5 language model to life through a clean, scalable REST API.**
13
 
14
  ## What is this?
15
 
16
- MASX OpenChat LLM is your gateway to conversational AI powered by the state-of-the-art OpenChat-3.5 model. Think of it as your personal AI assistant that you can integrate into any application, website, or service through simple HTTP requests.
 
 
17
 
18
- ### Key Features
19
  - **Powered by OpenChat-3.5**: Latest conversational AI model with 7B parameters
 
 
 
 
20
 
21
  ## πŸš€ Quick Start
22
 
23
  ### Requirements
24
 
25
- - **8GB+ RAM** (16GB+ recommended for optimal performance)
26
- - **GPU with 8GB+ VRAM** (optional, but recommended for speed)
 
 
 
 
 
27
 
28
- ### Dependencies
29
- ```bash
30
- pip install -r requirements.txt
31
  ```
32
 
33
  ### Config
 
1
  ---
2
  title: MASX OpenChat
3
+ emoji: πŸ€–
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  app_file: app.py
9
+ ---
10
+
11
  # MASX OpenChat LLM
12
 
13
  **A FastAPI service that brings the OpenChat-3.5 language model to life through a clean, scalable REST API.**
14
 
15
  ## What is this?
16
 
17
+ MASX LLM OpenChat-3.5 model.
18
+
19
+ ### πŸ”‘ Key Features
20
 
 
21
  - **Powered by OpenChat-3.5**: Latest conversational AI model with 7B parameters
22
+ - **FastAPI + Docker**: Clean, modular, and containerized
23
+ - **Easy integration**: REST API ready for real-world apps
24
+
25
+ ---
26
 
27
  ## πŸš€ Quick Start
28
 
29
  ### Requirements
30
 
31
+ - **8GB+ RAM** (16GB+ recommended)
32
+ - **GPU with 8GB+ VRAM** (optional but faster)
33
+
34
+ ### Install dependencies
35
+
36
+ ```bash
37
+ pip install -r requirements.txt
38
 
 
 
 
39
  ```
40
 
41
  ### Config