diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-18 17:45:10 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-18 17:45:10 +0800 |
| commit | 82680bc3350807c532d0aeb714cb5360da9293f0 (patch) | |
| tree | c34a1965430d6019e45fc184cb6d3a86bc1ccd50 /test_prompts.sh | |
| parent | 75db6d795d689e28560aa7e6b3d471c89983191a (diff) | |
| download | lex-82680bc3350807c532d0aeb714cb5360da9293f0.tar.gz | |
Use syslog, move the sock to dexd subdirectory.
Diffstat (limited to 'test_prompts.sh')
| -rwxr-xr-x | test_prompts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_prompts.sh b/test_prompts.sh index 0424e62..1de3822 100755 --- a/test_prompts.sh +++ b/test_prompts.sh @@ -2,7 +2,7 @@ # Usage: ./test_prompts.sh <model_path> [prompt_file] -SOCK_PATH="/var/run/lex.sock" +SOCK_PATH="/var/run/lexd/sock" EXECUTABLE="./lex" # Mandatory Model Argument |
