SciPhi-AI / agent-search

AgentSearch is a framework for powering search agents and enabling customizable local search.
https://agent-search.readthedocs.io/en/latest/
Apache License 2.0
441 stars 47 forks source link

api.sciphi.ai/search_rag Internal Server Error #37

Open quantumalchemy opened 8 months ago

quantumalchemy commented 8 months ago

The search_rag api is on error : curl -X POST https://api.sciphi.ai/search_rag \ -H "Authorization: Bearer xxx" \ -H "Content-Type: application/json" \ -d '{ "query": "Explain the Turing Test", "search_provider": "bing", "llm_model": "SciPhi/Sensei-7B-V1", "temperature": 0.2, "top_p": 0.95 }' --> Internal Server Error

jryebread commented 8 months ago

got this same error