Spaces:
Running
Running
:pencil: [Config] Upgrade to v1.1.4
Browse files- README.md +2 -2
- configs/config.json +2 -2
README.md
CHANGED
@@ -17,8 +17,8 @@ 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-7b`, `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
|
|
|
17 |
|
18 |
## Features
|
19 |
|
20 |
+
- Available Models (2024/04/11):
|
21 |
+
- `mistral-7b`, `mixtral-8x7b`, `nous-mixtral-8x7b`, `gemma-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
|
configs/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"app_name": "HuggingFace LLM API",
|
3 |
-
"version": "1.1.
|
4 |
"host": "0.0.0.0",
|
5 |
"port": 23333
|
6 |
-
}
|
|
|
1 |
{
|
2 |
"app_name": "HuggingFace LLM API",
|
3 |
+
"version": "1.1.4",
|
4 |
"host": "0.0.0.0",
|
5 |
"port": 23333
|
6 |
+
}
|