Husnain commited on
Commit
77df54f
1 Parent(s): 11d1015

📝 [Config] Upgrade to v1.1.5

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -13,12 +13,10 @@ app_port: 23333
13
 
14
  Huggingface LLM Inference API in OpenAI message format.
15
 
16
- Project link: https://github.com/Hansimov/hf-llm-api
17
-
18
  ## Features
19
 
20
- - Available Models (2024/04/11):
21
- - `mistral-7b`, `mixtral-8x7b`, `nous-mixtral-8x7b`, `gemma-1.1-7b`, `gpt-3.5-turbo`, `command-r-plus`
22
  - Adaptive prompt templates for different models
23
  - Support OpenAI API format
24
  - Enable api endpoint via official `openai-python` package
 
13
 
14
  Huggingface LLM Inference API in OpenAI message format.
15
 
 
 
16
  ## Features
17
 
18
+ - Available Models (2024/04/18):
19
+ - `mistral-7b`, `mixtral-8x7b`, `nous-mixtral-8x7b`, `gemma-7b`, `gpt-3.5-turbo`
20
  - Adaptive prompt templates for different models
21
  - Support OpenAI API format
22
  - Enable api endpoint via official `openai-python` package