Husnain commited on
Commit
3be3822
1 Parent(s): 006ffdb

♻️ [Refactor] Rename gemma-7b to gemma-1.1-7b

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ Huggingface LLM Inference API in OpenAI message format.
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
 
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-1.1-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