Skip to content

Commit

Permalink
chore: upgrade server-assistant to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Jan 24, 2025
1 parent 384c8dc commit c65e104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gaianet
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ start() {

# start assistant
export RUST_LOG=info
nohup $gaianet_base_dir/bin/gaias --server-socket-addr 0.0.0.0:$llamaedge_port --server-log-file $gaianet_base_dir/log/start-llamaedge.log --gaianet-dir $gaianet_base_dir --system-prompt "$system_prompt" --rag-prompt "$rag_prompt" --log $gaianet_base_dir/log/assistant.log --interval 60 > /dev/null 2>&1 &
nohup $gaianet_base_dir/bin/gaias --server-socket-addr 0.0.0.0:$llamaedge_port --gaianet-dir $gaianet_base_dir --log $gaianet_base_dir/log/assistant.log --interval 60 > /dev/null 2>&1 &

sleep 2

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wasmedge_version="0.14.1"
ggml_bn="b4419"
vector_version="0.38.0"
dashboard_version="v3.1"
assistant_version="0.3.6"
assistant_version="0.4.0"
qdrant_version="v1.11.4"

# 0: do not reinstall, 1: reinstall
Expand Down

0 comments on commit c65e104

Please sign in to comment.