Skip to content

Commit

Permalink
feat: add assistant_port and check_node_url fields in config.json
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Aug 14, 2024
1 parent 5f69fde commit 1dbdcf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
"rag_prompt": "You are a tour guide in Paris, France. Use information in the following context to directly answer the question from a Paris visitor.\n----------------\n",
"rag_policy": "system-message",
"domain": "us.gaianet.network",
"llamaedge_port": "8080"
}
"llamaedge_port": "8080",
"assistant_port": "8081",
"check_node_url": "http://localhost:10087"
}

0 comments on commit 1dbdcf4

Please sign in to comment.