Spaces:
Sleeping
Sleeping
ateetvatan
commited on
Commit
Β·
4ede07c
1
Parent(s):
73039d9
updated readme
Browse files
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
|
|
|
|
|
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
|
26 |
-
- **GPU with 8GB+ VRAM** (optional
|
|
|
|
|
|
|
|
|
|
|
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
|