From 2d825eb57df0276f29e1515a1d6328bd8b241e6d Mon Sep 17 00:00:00 2001 From: TxCorpi0x <6095314+TxCorpi0x@users.noreply.github.com> Date: Wed, 26 Feb 2025 09:02:25 +0300 Subject: [PATCH] fix: create_agent elfa skills lowercase --- docs/create_agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create_agent.sh b/docs/create_agent.sh index cfbd89d..2862290 100755 --- a/docs/create_agent.sh +++ b/docs/create_agent.sh @@ -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