Skip to content

Commit

Permalink
Merge pull request #212 from dcSpark/nico/update-scripts-2
Browse files Browse the repository at this point in the history
fix script url for unstructured
  • Loading branch information
nicarq authored Jan 20, 2024
2 parents ffde19c + 7a71a8f commit a9613b9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/mistral_run_node1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="mistral"
export INITIAL_AGENT_URLS="https://api.together.xyz"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_identity_9552.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision"
export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_identity_9652.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision"
export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com"
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 @@ -15,7 +15,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="o_mixtral,o_llava"
export INITIAL_AGENT_URLS="http://localhost:11435,http://localhost:11435"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_node1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision"
export INITIAL_AGENT_URLS="https://api.openai.com,https://api.openai.com"
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 @@ -15,7 +15,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="my_gpt,my_gpt_vision"
export INITIAL_AGENT_URLS="https://backend-node-b1.shinkai.com,https://backend-node-b1.shinkai.com"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_node2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

if [ -z "$1" ]
then
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 @@ -15,7 +15,7 @@ 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/"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com"
export UNSTRUCTURED_SERVER_URL="https://internal.shinkai.com/x-unstructured-api/"

export INITIAL_AGENT_NAMES="o_mixtral,o_llava"
export INITIAL_AGENT_URLS="http://localhost:11434,http://localhost:11435"
Expand Down

0 comments on commit a9613b9

Please sign in to comment.