Skip to content

investment analysis app using various LLM models and AI agents

Notifications You must be signed in to change notification settings

xke/finbot-crewai-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finbot-crewai-streamlit

deployed at https://finbot-crewai.streamlit.app/

environment variables needed:

  • OPENAI_API_KEY: For the OpenAI gpt AI models
  • ANTHROPIC_API_KEY: For the Anthropic claude AI models
  • GROQ_API_KEY: For the llama3-8b-8192, mixtral-8x7b-32768, and gemma-7b-it AI models
  • SERPER_API_KEY: For the news analysis agent (see agents/news_analysis_agent.py)
  • SEC_API_API_KEY: For the SEC filings agent (see agents/sec_filings_agent.py)
  • AGENTOPS_API_KEY: For logging

About

investment analysis app using various LLM models and AI agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages