johnbridges commited on
Commit
daeb9c2
·
verified ·
1 Parent(s): f4763bf

Update expect-build-xlam-2

Browse files
Files changed (1) hide show
  1. expect-build-xlam-2 +1 -1
expect-build-xlam-2 CHANGED
@@ -6,7 +6,7 @@ spawn /home/user/code/models/llama.cpp/llama-cli -c 12000 -m /home/user/code/mod
6
 
7
  # Wait for the expected output
8
  expect {
9
- "</tool_call><|end|>" {
10
  # Send Ctrl+C to terminate the command
11
  send \x03
12
  exp_continue
 
6
 
7
  # Wait for the expected output
8
  expect {
9
+ "[{"name" : "get_user_info", "parameters" : {"detail_response" : false}}]<|im_end|>" {
10
  # Send Ctrl+C to terminate the command
11
  send \x03
12
  exp_continue