diff options
Diffstat (limited to 'examples/server/tests/features/security.feature')
-rw-r--r-- | examples/server/tests/features/security.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/server/tests/features/security.feature b/examples/server/tests/features/security.feature index db06d397..42a6709a 100644 --- a/examples/server/tests/features/security.feature +++ b/examples/server/tests/features/security.feature @@ -1,9 +1,10 @@ @llama.cpp +@security Feature: Security Background: Server startup with an api key defined Given a server listening on localhost:8080 - And a model file stories260K.gguf + And a model file tinyllamas/stories260K.gguf from HF repo ggml-org/models And a server api key llama.cpp Then the server is starting Then the server is healthy |