menikev commited on
Commit
c622aa3
·
verified ·
1 Parent(s): d0e626d

Update crypto_analysis_agents.py

Browse files
Files changed (1) hide show
  1. crypto_analysis_agents.py +1 -1
crypto_analysis_agents.py CHANGED
@@ -1,6 +1,6 @@
1
  from crewai import Agent
2
  from langchain.llms import HuggingFacePipeline
3
- from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
4
  from crypto_tools import CryptoTools
5
  from news_tools import NewsTools
6
  from sentiment_tools import SentimentTools
 
1
  from crewai import Agent
2
  from langchain.llms import HuggingFacePipeline
3
+ from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, GenerationConfig
4
  from crypto_tools import CryptoTools
5
  from news_tools import NewsTools
6
  from sentiment_tools import SentimentTools