agent-search
agent-search copied to clipboard
api.sciphi.ai/search_rag Internal Server Error
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