Create a Custom Tool to connect crewAI to Binance Crypto Market

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 9

  • @business24_ai
    @business24_ai  5 หลายเดือนก่อน

    If you have any questions, join the business24ai community at skool.com/business24ai and get in touch. In the community you will have access to the GitHub link.

  • @omaribrahim5519
    @omaribrahim5519 6 หลายเดือนก่อน +1

    BEST ! Thank you !

    • @business24_ai
      @business24_ai  6 หลายเดือนก่อน

      Glad you liked it! Thanks for your feedback.

  • @telexiz
    @telexiz 6 หลายเดือนก่อน

    thanks, good tutorial, are you uploading the code somewhere?

    • @business24_ai
      @business24_ai  6 หลายเดือนก่อน +1

      Hi, sorry, I just added the resource link to the skool.com/business24.ai community but not here. You can find the repo here too github.com/business24ai/crypto

    • @telexiz
      @telexiz 6 หลายเดือนก่อน

      @@business24_ai thanks a LOT , keep it up bro. I have few ideas on possible AI solutions, how to get in touch for some suggestions of videos ideas ?

  • @TSKTECHIN
    @TSKTECHIN 6 หลายเดือนก่อน +1

    Your tutorials are so easy to follow-thank you for all the time and effort! 🙏📚
    btw how good is crewai ..? is it worth effort to learn....?
    honestly can it be used for production? my experience till now is not so great
    when using gpt-3.5 model, the results are inconsistent and throws error when running on different data sets or param, just no way of debugging the error..
    ```
    File "", line 1, in
    File "C:\ProgramData\miniconda3\Lib\encodings\cp1252.py", line 12, in encode
    return codecs.charmap_encode(input,errors,encoding_table)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f576'
    ```

    • @business24_ai
      @business24_ai  6 หลายเดือนก่อน +1

      Hi, thanks for your feedback. If you need more control over the agents you need to use langgraph or at least use crewai with langgraph. Unfortunately it's more complicated and you need to write more code, but at the other hand you can do more flow engineering and have much more debugging information.