agent-search icon indicating copy to clipboard operation
agent-search copied to clipboard

api.sciphi.ai/search_rag Internal Server Error

Open quantumalchemy opened this issue 1 year ago • 1 comments

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

  • Has the api changed ? the search endpoint works ok - thanks

quantumalchemy avatar Feb 12 '24 14:02 quantumalchemy