-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Some errors or warnings here, no idea how to fix them. Do the "OpenAIEmbeddings" need an OpenAI API key or not? I configured and ran based on my local LLM totally, and I have set the API key for the related tools in your example mentioned. And where is this "user_agent.py"?
user_agent.py-user_agent:11 - WARNING: USER_AGENT environment variable not set, consider setting it to identify your requests.
Welcome to Financial Analysis Crew
...
...
Action 'Search 10-K form' don't exist, these are the only available Actions:
Tool Name: Search internet(query)
Tool Description: Useful to search the internet
about a a given topic and return relevant results
Tool Arguments: {'query': {'title': 'Query'}}
Tool Name: Search news on the internet(query)
Tool Description: Useful to search news about a company, stock or any other
topic and return relevant results
Tool Arguments: {'query': {'title': 'Query'}}
Tool Name: Make a calculation(operation)
Tool Description: Useful to perform any mathematical calculations,
like sum, minus, multiplication, division, etc.
The input to this tool should be a mathematical
expression, a couple examples are 200*7 or 5000/2*10
Tool Arguments: {'operation': {'title': 'Operation'}}
Tool Name: yahoo_finance_news
Tool Description: Useful for when you need to find financial news about a public company. Input should be a company ticker. For example, AAPL for Apple, MSFT for Microsoft.
Tool Arguments: {'query': {'title': 'Query', 'description': 'company ticker query to look up', 'type': 'string'}}
...