mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
fix(hermes-2-pro-mistral): correct stopwords (#1947)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
4d4d76114d
commit
84e0dc3246
@ -42,6 +42,7 @@ stopwords:
|
|||||||
- <|im_end|>
|
- <|im_end|>
|
||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
- "\n</tool_call>"
|
- "\n</tool_call>"
|
||||||
|
- "\n\n\n"
|
||||||
usage: |
|
usage: |
|
||||||
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
||||||
"model": "gpt-4",
|
"model": "gpt-4",
|
||||||
|
@ -42,6 +42,7 @@ stopwords:
|
|||||||
- <|im_end|>
|
- <|im_end|>
|
||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
- "\n</tool_call>"
|
- "\n</tool_call>"
|
||||||
|
- "\n\n\n"
|
||||||
usage: |
|
usage: |
|
||||||
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
||||||
"model": "gpt-4",
|
"model": "gpt-4",
|
||||||
|
@ -42,6 +42,7 @@ stopwords:
|
|||||||
- <|im_end|>
|
- <|im_end|>
|
||||||
- "\n</tool_call>"
|
- "\n</tool_call>"
|
||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
|
- "\n\n\n"
|
||||||
usage: |
|
usage: |
|
||||||
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
||||||
"model": "gpt-4",
|
"model": "gpt-4",
|
||||||
|
@ -42,6 +42,7 @@ stopwords:
|
|||||||
- <|im_end|>
|
- <|im_end|>
|
||||||
- <dummy32000>
|
- <dummy32000>
|
||||||
- "\n</tool_call>"
|
- "\n</tool_call>"
|
||||||
|
- "\n\n\n"
|
||||||
usage: |
|
usage: |
|
||||||
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
|
||||||
"model": "hermes-2-pro-mistral",
|
"model": "hermes-2-pro-mistral",
|
||||||
|
Loading…
Reference in New Issue
Block a user