[object Object]

← back to Exo

maxtok

320892dccc3bd6220b99dbdac6af8d802ebdba08 · 2024-12-07 17:03:33 +0000 · Glen

Files touched

Diff

commit 320892dccc3bd6220b99dbdac6af8d802ebdba08
Author: Glen <glen@192.168.1.222>
Date:   Sat Dec 7 17:03:33 2024 +0000

    maxtok
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index e7af3662..54021355 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -46,7 +46,7 @@ jobs:
           source env/bin/activate
           export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
           echo "${ALL_NODE_IDS}"
-          exo --max-generate-tokens=100 --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
+          exo --node-id="${MY_NODE_ID}" --node-id-filter="${ALL_NODE_IDS}" --chatgpt-api-port 52415 --disable-tui > output1.log 2>&1 &
           PID1=$!
           tail -f output1.log &
           TAIL1=$!

← 6dae3a47 conf  ·  back to Exo  ·  aws 78571035 →