Husnain commited on
Commit
75c0d73
1 Parent(s): a3e1368

📝 [Doc] Readme: New model and shields badge, and upgrade to v1.1.1

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -8,19 +8,22 @@ app_port: 23333
8
  ---
9
 
10
  ## HF-LLM-API
 
 
 
11
  Huggingface LLM Inference API in OpenAI message format.
12
 
13
  ***Original Repo link: https://github.com/Hansimov/hf-llm-api***
14
 
15
  ## Features
16
 
17
- - Available Models (2024/01/22): [#2](https://github.com/Niansuh/HF-LLM-API/issues/2)
18
- - `mistral-7b`, `mixtral-8x7b`, `nous-mixtral-8x7b`, `gemma-7b`, `openchat-3.5`
19
  - Adaptive prompt templates for different models
20
  - Support OpenAI API format
21
  - Enable api endpoint via official `openai-python` package
22
  - Support both stream and no-stream response
23
- - Support API Key via both HTTP auth header and env varible [#1](https://github.com/Niansuh/HF-LLM-API/issues/1)
24
  - Docker deployment
25
 
26
  ## Run API service
 
8
  ---
9
 
10
  ## HF-LLM-API
11
+
12
+ ![](https://img.shields.io/github/v/release/Niansuh/HF-LLM-API?label=HF-LLM-API&color=blue&cacheSeconds=60)
13
+
14
  Huggingface LLM Inference API in OpenAI message format.
15
 
16
  ***Original Repo link: https://github.com/Hansimov/hf-llm-api***
17
 
18
  ## Features
19
 
20
+ - Available Models (2024/04/07): [#2](https://github.com/Niansuh/HF-LLM-API/issues/2)
21
+ - `mistral-7b`, `mixtral-8x7b`, `nous-mixtral-8x7b`, `gemma-7b`, `openchat-3.5`, `gpt-3.5.turbo`
22
  - Adaptive prompt templates for different models
23
  - Support OpenAI API format
24
  - Enable api endpoint via official `openai-python` package
25
  - Support both stream and no-stream response
26
+ - Support API Key via both HTTP auth header and env variable
27
  - Docker deployment
28
 
29
  ## Run API service