File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33# Minimal and maximal supported Llama Stack version
44MINIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.17"
5- MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.21 "
5+ MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.22 "
66
77UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Feature: Info tests
1818 When I access REST API endpoint "info" using HTTP GET method
1919 Then The status code of the response is 200
2020 And The body of the response has proper name Lightspeed Core Service (LCS) and version 0.2.0
21- And The body of the response has llama-stack version 0.2.21
21+ And The body of the response has llama-stack version 0.2.22
2222
2323 Scenario : Check if info endpoint reports error when llama-stack connection is not working
2424 Given The system is in default state
You can’t perform that action at this time.
0 commit comments