Skip to content

Commit

Permalink
refactor: add example to the skills' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Oct 29, 2024
1 parent d6d2d2f commit b5bd8dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/valory/skills/decision_maker_abci/skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ models:
- stabilityai-stable-diffusion-768-v2-1
tool_punishment_multiplier: 1
contract_timeout: 300.0
file_hash_to_strategies: {}
file_hash_to_strategies:
hash: [strategy_name]
strategies_kwargs:
bet_kelly_fraction: 1.0
floor_balance: 500000000000000000
Expand Down
3 changes: 2 additions & 1 deletion packages/valory/skills/trader_abci/skill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ models:
payment_token: address
price: price
contract_timeout: 300.0
file_hash_to_strategies: {}
file_hash_to_strategies:
hash: [strategy_name]
strategies_kwargs:
bet_kelly_fraction: 1.0
floor_balance: 500000000000000000
Expand Down

0 comments on commit b5bd8dc

Please sign in to comment.