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.
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
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' ```
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.
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.
BEST ! Thank you !
Glad you liked it! Thanks for your feedback.
thanks, good tutorial, are you uploading the code somewhere?
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
@@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 ?
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'
```
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.