Skip to content

Commit

Permalink
Update ARAX_Example1.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch authored Mar 13, 2024
1 parent 425f1ed commit 1694005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/Examples/ARAX_Example1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"outputs": [],
"source": [
"# Set the base URL for the ARAX reasoner and its endpoint\n",
"endpoint_url = 'https://arax.rtx.ai/api/rtx/v1/query'\n",
"endpoint_url = 'https://arax.transltr.io/api/rtx/v1.4/query'\n",
"\n",
"# Create a dict of the request, specifying a start previous Message and the list of DSL commands\n",
"query = {\"previous_message_processing_plan\": {\"processing_actions\": [\n",
Expand Down

0 comments on commit 1694005

Please sign in to comment.