Spaces:
Running
Running
Husnain
commited on
Commit
•
77df54f
1
Parent(s):
11d1015
📝 [Config] Upgrade to v1.1.5
Browse files
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/
|
21 |
-
- `mistral-7b`, `mixtral-8x7b`, `nous-mixtral-8x7b`, `gemma-
|
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
|