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 a05af46 commit fdd079cCopy full SHA for fdd079c
tests/utils.sh
@@ -157,7 +157,7 @@ function test_llama_stack_openai_models {
157
function test_llama_stack_chat_completion {
158
echo "===> test_llama_stack_chat_completion: start"
159
nohup uv run llama-stack-client configure --endpoint http://localhost:8321 --api-key none
160
- if nohup uv run llama-stack-client inference chat-completion --message "tell me a joke" | grep -q "completion_message"; then
+ if nohup uv run llama-stack-client inference chat-completion --message "tell me a joke" | grep -q "OpenAIChatCompletion"; then
161
echo "===> test_llama_stack_chat_completion: pass"
162
return
163
else
0 commit comments