Spaces:
Sleeping
Sleeping
Update expect-build-xlam-2
Browse files- 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 |
-
"
|
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
|