#537·morphic

[BUG] cannot feth resut using exa api

Author: FunctionFreakCreated May 15, 2025Updated May 15, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Vercel Runtime Logs

  • I have checked the Vercel Runtime Logs for errors (if applicable)

Current Behavior

even after setting exa api key and groq api. and then asking for latest news its showing latest information . i guess the information it has loaded while tranining that is what it is giving. the api is called as i can see in exa dashboard. eg - what is current price of nvdia stock "The current market price of NVIDIA stock is not available in the search results. However, you can check the latest price on financial websites such as:

CNBC 3 MarketWatch 2 TradingView 5 Please note that stock prices are subject to change and may not be up-to-date."

Expected Behavior

it should show the current stock price

Steps To Reproduce

1 set groq api key in .env.local and exa api key SEARCH_API=exa # Available options: tavily, searxng, exa EXA_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx

  1. run docker compose up -d

Environment

markdown
- OS: windows 11
- Browser: chrome

Anything else?

No response