We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec8473 commit 1303893Copy full SHA for 1303893
examples/server/server.cpp
@@ -905,7 +905,6 @@ struct server_context {
905
// Currently, this is not compatible with TextGen WebUI, Koboldcpp and SillyTavern format
906
// Ref: https://github.com/oobabooga/text-generation-webui/blob/d1af7a41ade7bd3c3a463bfa640725edb818ebaf/extensions/openai/typing.py#L39
907
908
- auto dry_sequence_breakers = data.find("dry_sequence_breakers");
909
if (data.contains("dry_sequence_breakers")) {
910
slot.sparams.dry_sequence_breakers = json_value(data, "dry_sequence_breakers", std::vector<std::string>());
911
if (slot.sparams.dry_sequence_breakers.empty()) {
0 commit comments