Spaces:
Sleeping
Sleeping
ateetvatan
commited on
Commit
Β·
121d1f4
1
Parent(s):
a998807
updated readme
Browse files
README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MASX OpenChat LLM
|
2 |
|
3 |
> **A FastAPI service that brings the OpenChat-3.5 language model to life through a clean, scalable REST API.**
|
4 |
|
5 |
## What is this?
|
6 |
|
7 |
-
MASX OpenChat LLM powered by the state-of-the-art OpenChat-3.5 model.
|
8 |
|
|
|
9 |
- **Powered by OpenChat-3.5**: Latest conversational AI model with 7B parameters
|
10 |
|
11 |
-
##
|
12 |
-
|
13 |
-
masx-openchat-llm/
|
14 |
-
βββ app.py # FastAPI entrypoint
|
15 |
-
βββ model_loader.py # Load model only once (OpenChat/Mistral)
|
16 |
-
βββ requirements.txt # Only include inference packages
|
17 |
-
βββ Dockerfile # Used automatically by HF
|
18 |
-
βββ env.example # Environment variables template
|
19 |
-
βββ README.md # Endpoint doc & HF Space link
|
20 |
-
|
21 |
-
|
22 |
-
## Quick Start
|
23 |
|
24 |
### Requirements
|
25 |
|
|
|
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 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.
|
18 |
|
19 |
+
### Key Features
|
20 |
- **Powered by OpenChat-3.5**: Latest conversational AI model with 7B parameters
|
21 |
|
22 |
+
## π Quick Start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
### Requirements
|
25 |
|