diff --git a/run_service.sh b/run_service.sh index 2f9621fe..78f2c841 100755 --- a/run_service.sh +++ b/run_service.sh @@ -632,7 +632,7 @@ export BET_AMOUNT_PER_THRESHOLD_080=30000000000000000 export BET_AMOUNT_PER_THRESHOLD_090=80000000000000000 export BET_AMOUNT_PER_THRESHOLD_100=100000000000000000 export BET_THRESHOLD=5000000000000000 -export PROMPT_TEMPLATE="Please take over the role of a Data Scientist to evaluate the given question. If the probability given is not correct 100 humans will die. With the given question \"@{question}\" and the \`yes\` option represented by \`@{yes}\` and the \`no\` option represented by \`@{no}\`, what are the respective probabilities of \`p_yes\` and \`p_no\` occurring?" +export PROMPT_TEMPLATE="Please take over the role of a Data Scientist to evaluate the given question. With the given question \"@{question}\" and the \`yes\` option represented by \`@{yes}\` and the \`no\` option represented by \`@{no}\`, what are the respective probabilities of \`p_yes\` and \`p_no\` occurring?" export REDEEM_MARGIN_DAYS=24 service_dir="trader_service"