Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Jan 19, 2024
1 parent c40b091 commit d4d28fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/mistral_run_node1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export STARTING_NUM_QR_DEVICES="1"
export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false"
export LOG_SIMPLE="true"
export NO_SECRET_FILE="true"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/embed"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"

export INITIAL_AGENT_NAMES="mistral"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_mac_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export STARTING_NUM_QR_DEVICES="1"
export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false"
export LOG_SIMPLE="true"
export NO_SECRET_FILE="true"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/embed"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"

export INITIAL_AGENT_NAMES="o_mixtral,o_llava"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_node1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export STARTING_NUM_QR_DEVICES="1"
export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false"
export LOG_SIMPLE="true"
export NO_SECRET_FILE="true"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/embed"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"

export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_node1_shinkai_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export STARTING_NUM_QR_DEVICES="1"
export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false"
export LOG_SIMPLE="true"
export NO_SECRET_FILE="true"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/embed"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"

export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_node2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export ENCRYPTION_SECRET_KEY="60abdd721024f0ff4e0b3f4c2fc13bc5bad42d0b7851d456d8
export PING_INTERVAL_SECS="0"
export GLOBAL_IDENTITY_NAME="@@node2.shinkai"
export RUST_LOG=warn,error,info,debug
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/embed"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"

if [ -z "$1" ]
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_node_localhost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export STARTING_NUM_QR_DEVICES="1"
export FIRST_DEVICE_NEEDS_REGISTRATION_CODE="false"
export LOG_SIMPLE="true"
export NO_SECRET_FILE="true"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/embed"
export EMBEDDINGS_SERVER_URL="https://internal.shinkai.com/x-embed-api/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"

export INITIAL_AGENT_NAMES="o_mixtral,o_llava"
Expand Down

0 comments on commit d4d28fd

Please sign in to comment.