ateetvatan commited on
Commit
121d1f4
Β·
1 Parent(s): a998807

updated readme

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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
- ## Folder Structure
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