Skip to content

Commit

Permalink
Merge pull request #288 from crestalnetwork/docs/fix-elfa-skills-case
Browse files Browse the repository at this point in the history
Fix: create_agent elfa skills lowercase
  • Loading branch information
hyacinthus authored Feb 26, 2025
2 parents 498f071 + 2d825eb commit 290cb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ ALLORA_SKILLS='["get_price_prediction"]'
ELFA_CONFIG='{
"api_key": ""
}'
Elfa_SKILLS='["get_mentions","get_top_mentions","search_mentions","get_trending_tokens","get_smart_stats"]'
ELFA_SKILLS='["get_mentions","get_top_mentions","search_mentions","get_trending_tokens","get_smart_stats"]'

# Twitter settings (optional)
# If you don't need to use the twitter skills, you can remove it in TWITTER_SKILLS
Expand Down

0 comments on commit 290cb08

Please sign in to comment.