Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 9651275

Browse files
authored
Merge pull request #48 from valory-xyz/fix-prompt-fails
Update prompt to avoid invalid responses
2 parents 8a6786c + f911fa0 commit 9651275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ export BET_AMOUNT_PER_THRESHOLD_080=30000000000000000
632632
export BET_AMOUNT_PER_THRESHOLD_090=80000000000000000
633633
export BET_AMOUNT_PER_THRESHOLD_100=100000000000000000
634634
export BET_THRESHOLD=5000000000000000
635-
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?"
635+
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?"
636636
export REDEEM_MARGIN_DAYS=24
637637

638638
service_dir="trader_service"

0 commit comments

Comments
 (0)